fix:【pay 支付】微信支付 publicKeyContent 调整为非必填,兼容 https://t.zsxq.com/ODR5V、https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues/ICUE53

This commit is contained in:
YunaiV
2025-10-02 10:24:10 +08:00
parent 783f510229
commit 463a9fb509
2 changed files with 0 additions and 2 deletions

View File

@@ -454,7 +454,6 @@ export function channelSchema(formType: string): VbenFormSchema[] {
accept: ['pem'],
},
}),
rules: 'required',
dependencies: {
show(values) {
return values?.config?.apiVersion === 'v3';