Committed by
shuaiguo
修复url中带中文时闲鱼无法打开的问题
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -27,8 +27,8 @@ const domains = { | @@ -27,8 +27,8 @@ const domains = { | ||
27 | 27 | ||
28 | // platformApi: 'http://172.16.6.210:8088/', | 28 | // platformApi: 'http://172.16.6.210:8088/', |
29 | 29 | ||
30 | - // api: 'http://api-test3.dev.yohocorp.com/', | ||
31 | - // service: 'http://api-test3.dev.yohocorp.com/', | 30 | + api: 'http://api-test3.dev.yohocorp.com/', |
31 | + service: 'http://api-test3.dev.yohocorp.com/', | ||
32 | liveApi: 'http://testapi.live.yohops.com:9999/', | 32 | liveApi: 'http://testapi.live.yohops.com:9999/', |
33 | singleApi: 'http://api-test3.dev.yohocorp.com/', | 33 | singleApi: 'http://api-test3.dev.yohocorp.com/', |
34 | ufo: 'http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/', | 34 | ufo: 'http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/', |
@@ -56,7 +56,7 @@ module.exports = { | @@ -56,7 +56,7 @@ module.exports = { | ||
56 | testCode: 'yoho4946abcdef#$%&!@', | 56 | testCode: 'yoho4946abcdef#$%&!@', |
57 | domains: domains, | 57 | domains: domains, |
58 | 58 | ||
59 | - yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc', | 59 | + // yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc', |
60 | signExtend: { | 60 | signExtend: { |
61 | business_line: 'yohobuy' | 61 | business_line: 'yohobuy' |
62 | }, | 62 | }, |
-
Please register or login to post a comment