Authored by 邱骏

修改测试环境调用的接口

@@ -98,6 +98,7 @@ class YoLuckApi extends global.yoho.BaseModel { @@ -98,6 +98,7 @@ class YoLuckApi extends global.yoho.BaseModel {
98 */ 98 */
99 getDetail({actPrizeId, uid}) { 99 getDetail({actPrizeId, uid}) {
100 return yoLuckApi.get(MODULE + '/content', {actPrizeId, uid}).then(result => { 100 return yoLuckApi.get(MODULE + '/content', {actPrizeId, uid}).then(result => {
  101 + console.log(result);
101 if (result.code === 200) { 102 if (result.code === 200) {
102 productTime(result.data); 103 productTime(result.data);
103 result.data.countdown = formatCountDown(result.data.end_time); 104 result.data.countdown = formatCountDown(result.data.end_time);
@@ -306,7 +306,7 @@ if (isProduction) { @@ -306,7 +306,7 @@ if (isProduction) {
306 platformApi: 'http://192.168.102.48:8088/', 306 platformApi: 'http://192.168.102.48:8088/',
307 extstore: 'http://extstore-test1.yohops.com', 307 extstore: 'http://extstore-test1.yohops.com',
308 yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/', 308 yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/',
309 - yoLuck: process.env.YOLUCK_API || 'http://limit-yoho-activity-platform.test3.ingress.dev.yohocorp.com' 309 + yoLuck: process.env.YOLUCK_API || 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com'
310 }, 310 },
311 useCache: true, 311 useCache: true,
312 alipayConfig: { 312 alipayConfig: {