1
PC-20250623MANY\Administrator
2025-09-18 360bd2a01c720adce45266391f7bfbc086803502
src/axios/api.js
@@ -675,3 +675,7 @@
export function getWeeklyProfit() {
  return post(`/user/getWeeklyProfit.do`);
}
// 获取验证码
export function getsendmail(options) {
  return post(`/api/user/sendmail.do`, options);
}