From 153962b949e70fb7a694f7d14ec630d6bdafa1aa Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 21 Oct 2024 10:34:19 +0800
Subject: [PATCH] 1
---
src/API/trade.api.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/API/trade.api.js b/src/API/trade.api.js
index c19d470..7770c16 100644
--- a/src/API/trade.api.js
+++ b/src/API/trade.api.js
@@ -57,6 +57,15 @@
if(symbol=='fpp'){
symbol = 'fil'
}
+ if(symbol=='jkrt'){
+ symbol = 'axs'
+ }
+ if(symbol=='ask'){
+ symbol = 'gas'
+ }
+ if(symbol=='egt'){
+ symbol = 'ethw'
+ }
return request({
url: "/api/contractApplyOrder!openview.action",
method: "GET",
--
Gitblit v1.9.3