PC-20250623MANY\Administrator
2025-09-29 58b0f1e9bd03a472321acf1dfc4e89fc4ce9df7a
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);
}