完善接口

This commit is contained in:
wangxiaowei
2025-12-19 21:30:26 +08:00
parent 09c86fa8ca
commit efc0d6fbd2
10 changed files with 351 additions and 139 deletions

View File

@ -11,7 +11,6 @@ export function getUserInfo() {
return http.Post<IUserResult>('/storeapi/user/info')
}
/**
* 修改用户信息
*/