fix: 三方登录的绑定,使用 /system/social-user/get-bind-list 接口

This commit is contained in:
YunaiV
2025-07-08 22:19:56 +08:00
parent 0efa1e986b
commit e75ddc40ab
5 changed files with 20 additions and 19 deletions

View File

@@ -16,10 +16,6 @@ export interface ProfileVO {
id: number
name: string
}[]
socialUsers: {
type: number
openid: string
}[]
email: string
mobile: string
sex: number