feat:增加个人中心:50% 支持右侧的社交绑定

This commit is contained in:
YunaiV
2025-04-20 18:52:21 +08:00
parent d030a73beb
commit a6dcd8c200
5 changed files with 190 additions and 11 deletions

View File

@@ -1,12 +1,6 @@
import { requestClient } from '#/api/request';
export namespace SystemUserProfileApi {
/** 社交用户信息 */
export interface SocialUser {
type: number;
openid: string;
}
/** 用户个人中心信息 */
export interface UserProfileRespVO {
id: number;
@@ -22,7 +16,6 @@ export namespace SystemUserProfileApi {
roles: any[];
dept: any;
posts: any[];
socialUsers: SocialUser[];
}
/** 更新密码请求 */