Updates README.md

Auto commit by GitBook Editor
This commit is contained in:
JasonYan 2017-12-25 14:01:11 +00:00
parent 075d52d15b
commit 207329b5e9

View File

@ -208,8 +208,8 @@ class PayController extends Controller
'mch_id' => '14577xxxx',
'key' => 'mF2suE9sU6Mk1Cxxxxxxxxxxx',
'notify_url' => 'http://yanda.net.cn/notify.php',
'cert_client' => './cert/apiclient_cert.pem',
'cert_key' => './cert/apiclient_key.pem',
'cert_client' => './cert/apiclient_cert.pem', // optional退款等情况时用到
'cert_key' => './cert/apiclient_key.pem',// optional退款等情况时用到
'log' => [ // optional
'file' => './logs/wechat.log',
'level' => 'debug'