Authored by yyq

Merge branch 'feature/yoluckDetailLimit' of git.yoho.cn:fe/yohobuywap-node into …

…feature/yoluckDetailLimit
... ... @@ -31,7 +31,7 @@ const domains = {
liveApi: 'http://testapi.live.yohops.com:9999/',
singleApi: 'http://api-test3.dev.yohocorp.com/',
ufo: 'http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/',
yoLuck: 'http://limit-yoho-activity-platform.test3.ingress.dev.yohocorp.com',
yoLuck: 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com',
imSocket: 'wss://imsocket.yohobuy.com:443',
imCs: 'https://imhttp.yohobuy.com/api',
... ... @@ -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: {
... ...
{
"name": "yohobuywap-node",
"version": "6.8.72",
"version": "6.8.73",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -16,3 +16,4 @@ Disallow: /product/detail/
Disallow: /reg.html
Disallow: /signin.html
Disallow: /search/
Disallow: /mapp/
... ...