1
PC-20250623MANY\Administrator
2025-09-15 d92894f0eacd9388af584cb309bd9355666ea2f3
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`);
}