<?php return [ [ 'name' => 'wechat', 'title' => '微信', 'type' => 'array', 'content' => [], 'value' => [ 'appid' => '', 'app_id' => '', 'app_secret' => '', 'miniapp_id' => 'wx6a9080f20326f817', 'mch_id' => '1603658973', 'key' => '8695A8185xyzKcdEVfreewayShenzhen', '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' => '', ], [ 'name' => 'alipay', 'title' => '支付宝', 'type' => 'array', 'content' => [], 'value' => [ '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' => '', ], [ 'name' => '__tips__', 'title' => '温馨提示', 'type' => 'array', 'content' => [], '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' => '', ], ];