From 797f0cc9c7da1ba910d5c702c130b08692ab3d1c Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Tue, 23 Sep 2025 13:36:59 +0800
Subject: [PATCH] 1
---
src/axios/api.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/axios/api.js b/src/axios/api.js
index b124f8e..dbe97a7 100644
--- a/src/axios/api.js
+++ b/src/axios/api.js
@@ -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