Commit 9cf0e141 by 冷斌

fix bug

parent 712532c9
......@@ -106,6 +106,7 @@ class Api_Charge extends PhalApi_Api {
'max_file' => 30, // optional, 当 type 为 daily 时有效,默认 30 天
],
];
\Yansongda\Pay\Log::debug('Wechat notify', $wx_config);
try{
require dirname(dirname(dirname(__DIR__))) . '/vendor/autoload.php';
$wx = \Yansongda\Pay\Pay::wechat($wx_config);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment