mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-02 23:26:36 +08:00
@@ -52,7 +52,7 @@ export const updateUserProfile = data => {
|
||||
|
||||
/** 只修改用户头像 */
|
||||
export const updateUserIcon = data => {
|
||||
return http.request<Result>("put", `/account/icon`, { data: { icon: data } });
|
||||
return http.request<Result>("put", `/account/icon`, { data });
|
||||
};
|
||||
|
||||
/** 用户密码重置 */
|
||||
|
||||
Reference in New Issue
Block a user