Authored by 陈峰

Merge branch 'hotfix/fix-yoluck-status' into 'release/6.8.6'

修改测试环境调用的接口



See merge request !1695
... ... @@ -306,7 +306,7 @@ if (isProduction) {
platformApi: 'http://192.168.102.48:8088/',
extstore: 'http://extstore-test1.yohops.com',
yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/',
yoLuck: process.env.YOLUCK_API || 'http://limit-yoho-activity-platform.test3.ingress.dev.yohocorp.com'
yoLuck: process.env.YOLUCK_API || 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com'
},
useCache: true,
alipayConfig: {
... ...