From 402042e2ee63f1ed5b1d5d6df483270ab996e76e Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 15 Sep 2024 18:55:42 +0800
Subject: [PATCH] 1

---
 src/API/trade.api.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/API/trade.api.js b/src/API/trade.api.js
index d29c51f..c19d470 100644
--- a/src/API/trade.api.js
+++ b/src/API/trade.api.js
@@ -42,6 +42,21 @@
 	if(symbol=='orbital'){
 		symbol = 'mother'
 	}
+	if(symbol=='zyd'){
+		symbol = 'zkp'
+	}
+	if(symbol=='dea'){
+		symbol = 'dia'
+	}
+	if(symbol=='axfd'){
+		symbol = 'xeta'
+	}
+	if(symbol=='smk'){
+		symbol = 'og'
+	}
+	if(symbol=='fpp'){
+		symbol = 'fil'
+	}
   return request({
     url: "/api/contractApplyOrder!openview.action",
     method: "GET",

--
Gitblit v1.9.3