feat: 修改昵称,修改手机号
This commit is contained in:
@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user