guang.js 532 Bytes
//exports.domain = 'http://172.16.9.8:8080/yohobuy-platform-web';
exports.domain = require('../config/common.js').domain;
exports.res = [{
    //网销信息 -> 逛关联
    route: '/goods/article/queryArticlesBySKN',
    method: 'POST',
    url: '/article/queryArticlesBySKN',
    domain: 'http://172.16.6.197:8080/yohobuy-platform-web',
    params: [{
        name: 'productSkn',
        type: 'number'
    }, {
        name: 'startTime',
        type: 'string'
    }, {
        name: 'endTime',
        type: 'string'
    }]
}];