This commit is contained in:
zw199166
2026-01-22 14:34:38 +08:00
parent 6ee8ce42ed
commit 1f3a3ca8bb
234 changed files with 5534 additions and 2395 deletions

View File

@@ -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({