完善功能

This commit is contained in:
wangxiaowei
2025-12-04 17:31:28 +08:00
parent d38d4419d9
commit c32943e82a
2 changed files with 2 additions and 7 deletions

View File

@ -144,8 +144,3 @@ export interface IUpdateUserInfoParams {
export function updateUserInfo(data: IUpdateUserInfoParams) {
return http.Post('/api/user/setInfo', data)
}
/**
* 上传头像
*/