Commit 712532c9 by 冷斌

fix bug

parent f9864016
......@@ -100,7 +100,7 @@ class Api_Charge extends PhalApi_Api {
'key' => $configpri['wx_key'],
'notify_url' => $configpub['site'].'/index.php?g=Appapi&m=pay&a=notify_wx',
'log' => [ // optional
'file' => dirname(dirname(dirname(__DIR__))) . '/logs/wechat.log',
'file' => dirname(dirname(dirname(__DIR__))) . '/wechat.log',
'level' => 'info', // 建议生产环境等级调整为 info,开发环境为 debug
'type' => 'single', // optional, 可选 daily.
'max_file' => 30, // optional, 当 type 为 daily 时有效,默认 30 天
......
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