PC-20250623MANY\Administrator
2025-09-29 58b0f1e9bd03a472321acf1dfc4e89fc4ce9df7a
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);
}