diff --git a/src/api/system/social/client/index.ts b/src/api/system/social/client/index.ts
index bf13ab49f..100b50629 100644
--- a/src/api/system/social/client/index.ts
+++ b/src/api/system/social/client/index.ts
@@ -7,6 +7,7 @@ export interface SocialClientVO {
userType: number
clientId: string
clientSecret: string
+ publicKey: string
agentId: string
status: number
}
diff --git a/src/views/system/social/client/SocialClientForm.vue b/src/views/system/social/client/SocialClientForm.vue
index cbfe195b5..6edb5af3d 100644
--- a/src/views/system/social/client/SocialClientForm.vue
+++ b/src/views/system/social/client/SocialClientForm.vue
@@ -44,6 +44,9 @@
+
+
+
{
userType: undefined,
clientId: undefined,
clientSecret: undefined,
+ publicKey: undefined,
agentId: undefined,
status: 0
}