From 8651fb4b423c91f49b04590b53ea90c8df3c3f34 Mon Sep 17 00:00:00 2001 From: yunlongn Date: Thu, 27 Nov 2025 13:43:23 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90SocialClient=E3=80=91=20?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/social/client/index.ts | 1 + src/views/system/social/client/SocialClientForm.vue | 5 +++++ 2 files changed, 6 insertions(+) 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 }