|
@@ -6,10 +6,10 @@ const {
|
|
envVersion
|
|
envVersion
|
|
}
|
|
}
|
|
} = wx.getAccountInfoSync();
|
|
} = wx.getAccountInfoSync();
|
|
-/* if (envVersion == 'develop') {
|
|
|
|
- baseUrl = 'https://reader-api.efunbox.cn/wx'
|
|
|
|
- oldUrl = 'https://reader-api.efunbox.cn'
|
|
|
|
-} else { */
|
|
|
|
|
|
+// if (envVersion == 'develop') {
|
|
|
|
+// baseUrl = 'https://reader-api.efunbox.cn/wx'
|
|
|
|
+// oldUrl = 'https://reader-api.efunbox.cn'
|
|
|
|
+// } else {
|
|
baseUrl = 'https://reader-api.ai160.com/wx'
|
|
baseUrl = 'https://reader-api.ai160.com/wx'
|
|
oldUrl = 'https://reader-api.ai160.com'
|
|
oldUrl = 'https://reader-api.ai160.com'
|
|
// }
|
|
// }
|