王恒
2025-08-06 c62f4961f9d86460a5d483d7b31c05f98b113290
api/auth.js
@@ -35,5 +35,9 @@
}
// 更换手机号码 updatePhone
export function updatePhone(data) {
   return http.post(`/system/user/profile/updatePhone/${data.phone}`, data);
   return http.post(`/system/user/profile/updatePhone/${data.phone}/${data.companyId}`, data);
}
// /system/company/list
export function getCompanyList(data){
   return http.get('/system/company/list',{params: data}, { custom: { loading: true }});
}