mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 20:17:32 +08:00
fix: fix Alipay face-to-face payment form display issues
This commit is contained in:
@@ -36,13 +36,13 @@ class Plugin extends AbstractPlugin implements PaymentInterface
|
|||||||
],
|
],
|
||||||
'private_key' => [
|
'private_key' => [
|
||||||
'label' => '支付宝私钥',
|
'label' => '支付宝私钥',
|
||||||
'type' => 'textarea',
|
'type' => 'text',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'description' => '应用私钥,用于签名'
|
'description' => '应用私钥,用于签名'
|
||||||
],
|
],
|
||||||
'public_key' => [
|
'public_key' => [
|
||||||
'label' => '支付宝公钥',
|
'label' => '支付宝公钥',
|
||||||
'type' => 'textarea',
|
'type' => 'text',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'description' => '支付宝公钥,用于验签'
|
'description' => '支付宝公钥,用于验签'
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user