Authored by lijing

品牌页

... ... @@ -31,7 +31,7 @@ let index = (req, res, next) => {
let param = {
channel: req.query.channel || 1,
channel: req.query.channel || '1',
gender: req.query.gender || '1,3'
... ...
... ... @@ -20,8 +20,8 @@ module.exports = {
api: 'http://api.yoho.cn/',
// service: 'http://service.yoho.cn/',
service: 'http://service.yoho.yohoops.org/',
liveApi: 'http://api.yoho.yohoops.org/'
service: 'http://service-test3.yohops.com:9999/',
liveApi: 'http://testapi.live.yohops.com:9999/'
},
subDomains: {
host: '.m.yohobuy.com',
... ...