三方应用新增授权方的网页应用 agentId 属性

This commit is contained in:
puhui999
2023-10-26 17:00:13 +08:00
parent 88a22d90e5
commit a624db04e9
2 changed files with 11 additions and 2 deletions

View File

@ -7,6 +7,7 @@ export interface SocialClientVO {
userType: number
clientId: string
clientSecret: string
agentId: string
status: number
}