fix: fix Alipay face-to-face payment form display issues

This commit is contained in:
xboard
2025-08-08 03:17:05 +08:00
parent 930e2052a4
commit 877a508f01

View File

@@ -36,13 +36,13 @@ class Plugin extends AbstractPlugin implements PaymentInterface
],
'private_key' => [
'label' => '支付宝私钥',
'type' => 'textarea',
'type' => 'text',
'required' => true,
'description' => '应用私钥,用于签名'
],
'public_key' => [
'label' => '支付宝公钥',
'type' => 'textarea',
'type' => 'text',
'required' => true,
'description' => '支付宝公钥,用于验签'
],