From 411edaf3d05d0a7393e4784ff8f3310a0ccb2196 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 02 Nov 2025 15:33:02 +0800
Subject: [PATCH] 1
---
src/axios/api.js | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/axios/api.js b/src/axios/api.js
index b124f8e..bf9086a 100644
--- a/src/axios/api.js
+++ b/src/axios/api.js
@@ -229,9 +229,9 @@
return post("/user/delOrder.do", options);
}
// 挂单列表
-// export function getorderList (options) {
-// return post('/user/orderList.do', options)
-// }
+export function getorderList (options) {
+ return post('/user/orderList.do', options)
+}
// 美股详情
export function getUsDetail(options) {
@@ -671,3 +671,11 @@
export function getIndexData() {
return post(`/api/stock/getIndexData.do`);
}
+// 账户每周盈利获取
+export function getWeeklyProfit() {
+ return post(`/user/getWeeklyProfit.do`);
+}
+// 获取验证码
+export function getsendmail(options) {
+ return post(`/api/user/sendmail.do`, options);
+}
--
Gitblit v1.9.3