sc
This commit is contained in:
@@ -48,3 +48,12 @@ export const getPersonAccount = async () => {
|
||||
method: 'get'
|
||||
});
|
||||
};
|
||||
|
||||
// 修改密码
|
||||
export const updatePassword = async data => {
|
||||
return request({
|
||||
url: '/system/user/profile/update-password',
|
||||
method: 'put',
|
||||
data
|
||||
});
|
||||
};
|
||||
|
||||
@@ -52,3 +52,12 @@ export const getDistributorDetail = id => {
|
||||
method: 'get'
|
||||
});
|
||||
};
|
||||
|
||||
// 更新二维码状态
|
||||
export const updateQrcodeStatus = data => {
|
||||
return request({
|
||||
url: '/applet/xunjia/distributor/status/update',
|
||||
method: 'put',
|
||||
data
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user