Commit f9864016 by 冷斌

fix bug

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