调试接口
This commit is contained in:
@ -71,13 +71,6 @@ export function updateInfo(data: IUpdateInfo) {
|
||||
return http.Get('/user/updateInfo', data)
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改用户密码
|
||||
*/
|
||||
export function updateUserPassword(data: IUpdatePassword) {
|
||||
return http.Get('/user/updatePassword', data)
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取微信登录凭证
|
||||
* @returns Promise 包含微信登录凭证(code)
|
||||
|
||||
Reference in New Issue
Block a user