1
PC-20250623MANY\Administrator
2025-09-15 cd7857e2fced79ca20ad1903d03b32b96da04b79
src/axios/api.js
@@ -671,3 +671,7 @@
export function getIndexData() {
  return post(`/api/stock/getIndexData.do`);
}
// 账户每周盈利获取
export function getWeeklyProfit() {
  return post(`/user/getWeeklyProfit.do`);
}