和蕙健康小程序后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.0 KiB

9 months ago
<?php
return [
[
9 months ago
'name' => 'version',
'title' => 'API版本(请勿修改该值)',
'type' => 'radio',
9 months ago
'content' => [],
9 months ago
'value' => 'v2',
'rule' => '',
'msg' => '',
'tip' => 'V2版本只支持微信支付V2密钥,V3版本只支持微信支付V3密钥,请勿修改该值!!!',
'ok' => '',
'extend' => '',
9 months ago
],
[
9 months ago
'name' => 'wechat',
'title' => '微信',
'type' => 'array',
9 months ago
'content' => [],
9 months ago
'value' => [
'appid' => '',
'app_id' => '',
'app_secret' => '',
'miniapp_id' => 'wx6747151b87e2d9f3',
'mch_id' => '1668991105',
'key' => '7umWiWVGl6n1ox5fGySmmiioh2dQM1NU',
'key_v3' => '',
'mode' => 'normal',
'sub_mch_id' => '',
'sub_appid' => '',
'sub_app_id' => '',
9 months ago
'sub_miniapp_id' => '',
9 months ago
'notify_url' => '',
'cert_client' => '/addons/epay/certs/apiclient_cert.pem',
'cert_key' => '/addons/epay/certs/apiclient_key.pem',
'log' => '1',
9 months ago
],
9 months ago
'rule' => 'required',
'msg' => '',
'tip' => '微信参数配置',
'ok' => '',
'extend' => '',
9 months ago
],
[
9 months ago
'name' => 'alipay',
'title' => '支付宝',
'type' => 'array',
9 months ago
'content' => [],
9 months ago
'value' => [
'mode' => 'normal',
'pid' => '',
'app_id' => '',
'notify_url' => '/addons/epay/api/notifyx/type/alipay',
'return_url' => '/addons/epay/api/returnx/type/alipay',
'private_key' => '',
'signtype' => 'cert',
'ali_public_key' => '',
9 months ago
'app_cert_public_key' => '',
9 months ago
'alipay_root_cert' => '',
'log' => '1',
'scanpay' => '0',
9 months ago
],
9 months ago
'rule' => 'required',
'msg' => '',
'tip' => '支付宝参数配置',
'ok' => '',
'extend' => '',
],
9 months ago
];