1
PC-20250623MANY\Administrator
2025-09-15 cd7857e2fced79ca20ad1903d03b32b96da04b79
src/axios/api.js
@@ -667,3 +667,11 @@
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`);
}