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

pull/837/head
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 userType: number
clientId: string clientId: string
clientSecret: string clientSecret: string
publicKey: string
agentId: string agentId: string
publicKey: string
status: number status: number
} }