feat:【SocialClient】 支付宝小程序登录补充

This commit is contained in:
YunaiV
2025-11-29 10:06:52 +08:00
parent 6407e91c72
commit e3959469e5
2 changed files with 2 additions and 2 deletions

View File

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