src/axios/api.js
@@ -671,3 +671,11 @@ export function getIndexData() { return post(`/api/stock/getIndexData.do`); } // 账户每周盈利获取 export function getWeeklyProfit() { return post(`/user/getWeeklyProfit.do`); } // 获取验证码 export function getsendmail(options) { return post(`/api/user/sendmail.do`, options); }