1
PC-20250623MANY\Administrator
2025-09-16 c69ff22bf0f30cf0421e1a38c8619c520861564c
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);
}