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

(cherry picked from commit a624db04e9)
This commit is contained in:
puhui999
2023-10-26 17:00:13 +08:00
committed by shizhong
parent 68b2571c0c
commit 0cddb9c370
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
}