346149741
2024-06-22 ade1aa658df84e8b52f5d1dfa9d2971da5cdad55
api/auth.js
@@ -28,4 +28,12 @@
// 查询惠企政策
export function docList(data) {
   return http.get(`/system/doc/list`, {params: data});
}
// 新注册获取验证码 /verify/getNew
export function getNewVerify(data) {
   return http.get(`/verify/getNew`, {params: data});
}
// 更换手机号码 updatePhone
export function updatePhone(data) {
   return http.post(`/system/user/profile/updatePhone/${data.phone}`, data);
}