diff --git a/src/api/system/social/client/index.ts b/src/api/system/social/client/index.ts index bf13ab49..100b5062 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 cbfe195b..6edb5af3 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 }