| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 | <?phpreturn array (  0 =>   array (    'name' => 'wechat',    'title' => '微信',    'type' => 'array',    'content' =>     array (    ),    'value' =>     array (      'appid' => '',      'app_id' => 'wx6f3180dadc760358',      'app_secret' => '470015d03447c7141fee744e9b73d80a',      'miniapp_id' => '',      'mch_id' => 'harry',      'key' => '',      'notify_url' => '/addons/epay/api/notifyx/type/wechat',      'cert_client' => '/epay/certs/apiclient_cert.pem',      'cert_key' => '/epay/certs/apiclient_key.pem',      'log' => '1',    ),    'rule' => '',    'msg' => '',    'tip' => '微信参数配置',    'ok' => '',    'extend' => '',  ),  1 =>   array (    'name' => 'alipay',    'title' => '支付宝',    'type' => 'array',    'content' =>     array (    ),    'value' =>     array (      'app_id' => '',      'notify_url' => '/addons/epay/api/notifyx/type/alipay',      'return_url' => '/addons/epay/api/returnx/type/alipay',      'ali_public_key' => '',      'private_key' => '',      'log' => 1,    ),    'rule' => 'required',    'msg' => '',    'tip' => '支付宝参数配置',    'ok' => '',    'extend' => '',  ),  2 =>   array (    'name' => '__tips__',    'title' => '温馨提示',    'type' => 'array',    'content' =>     array (    ),    'value' => '请注意微信支付证书路径位于/addons/epay/certs目录下,请替换成你自己的证书<br>appid:APP的appid<br>app_id:公众号的appid<br>app_secret:公众号的secret<br>miniapp_id:小程序ID<br>mch_id:微信商户ID<br>key:微信商户支付的密钥',    'rule' => '',    'msg' => '',    'tip' => '微信参数配置',    'ok' => '',    'extend' => '',  ),);
 |