From 62a9a991469e6db8d61e844f7b895f91c408206b Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 2 Oct 2025 10:24:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90pay=20=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E3=80=91=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=20publicKeyConten?= =?UTF-8?q?t=20=E8=B0=83=E6=95=B4=E4=B8=BA=E9=9D=9E=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=EF=BC=8C=E5=85=BC=E5=AE=B9=20https://t.zsxq.com/ODR5V=E3=80=81?= =?UTF-8?q?https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues/ICUE53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/channel/WeixinChannelForm.vue | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/views/pay/app/components/channel/WeixinChannelForm.vue b/src/views/pay/app/components/channel/WeixinChannelForm.vue index daebb41e..fd915548 100644 --- a/src/views/pay/app/components/channel/WeixinChannelForm.vue +++ b/src/views/pay/app/components/channel/WeixinChannelForm.vue @@ -147,7 +147,11 @@ 前往微信商户平台查看证书序列号 - + - + - + 微信支付公钥产品简介及使用说明 @@ -246,7 +243,6 @@ const formRules = { { required: true, message: '请上传 apiclient_key.pem 证书', trigger: 'blur' } ], 'config.certSerialNo': [{ required: true, message: '请输入证书序列号', trigger: 'blur' }], - 'config.publicKeyContent': [{ required: true, message: '请上传 public_key.pem 证书', trigger: 'blur' }], 'config.publicKeyId': [{ required: true, message: '请输入公钥 ID', trigger: 'blur' }], 'config.apiV3Key': [{ required: true, message: '请上传 api V3 密钥值', trigger: 'blur' }] }