1.
This commit is contained in:
2
unpackage/dist/dev/mp-weixin/request/http.js
vendored
2
unpackage/dist/dev/mp-weixin/request/http.js
vendored
@@ -95,7 +95,7 @@ function post(url, params) {
|
||||
});
|
||||
} else {
|
||||
let baseUrl = baseURL;
|
||||
if (url.indexOf("concept-api") > -1) {
|
||||
if (url.indexOf("concept-api") > -1 || url.indexOf("api/market/trade/batch") > -1) {
|
||||
baseUrl = "https://api.valuefrontier.cn";
|
||||
}
|
||||
common_vendor.index.request({
|
||||
|
||||
Reference in New Issue
Block a user