Authored by 于良

请求接口域名由 http://api.yoho.cn 变更为 http://eshop.yoho.cn,review by 盖剑秋

... ... @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0.2016062802</string>
<string>1.0.1.2016080501</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
... ...
module.exports = {
dev: {
baseUrl: 'http://api.yoho.cn',
baseUrl: 'http://eshop.yoho.cn',
// baseUrl: 'http://123.206.1.104:28078',
// baseUrl: 'http://192.168.102.205:8080/gateway',
HTTPTimeout: 30000, //毫秒
},
prd: {
baseUrl: 'http://api.yoho.cn',
baseUrl: 'http://eshop.yoho.cn',
HTTPTimeout: 30000, //毫秒
},
... ...