feat: 修改昵称,修改手机号

This commit is contained in:
rd
2025-09-11 18:16:05 +08:00
parent fd4c26f716
commit 465cb2fcad
9 changed files with 675 additions and 34 deletions

View File

@ -87,3 +87,8 @@ export const getMyEnterprises = () => {
export const getMyPrimaryEnterprise = () => {
return Http.get('/v1/me/primary-enterprise');
};
// 发送修改手机号验证码
export const postUpdateMobileCaptcha = (params = {}) => {
return Http.post('/v1/sms/update-mobile-captcha', params);
};