From 58b0f1e9bd03a472321acf1dfc4e89fc4ce9df7a Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 29 Sep 2025 01:14:10 +0800
Subject: [PATCH] 9.28更换api

---
 src/axios/api.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/axios/api.js b/src/axios/api.js
index 6661e1a..dbe97a7 100644
--- a/src/axios/api.js
+++ b/src/axios/api.js
@@ -667,3 +667,15 @@
 export function rtDk(options) {
   return post(`/api/dk/rtDk.do?id=` + options);
 }
+// 市场指数图数据
+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