|
|
@@ -25,6 +25,12 @@ class MiniOrderService
|
|
|
{
|
|
|
$payment = SystemConfigService::more(['routine_appId', 'routine_appsecret', 'pay_weixin_mchid', 'pay_new_weixin_open', 'pay_new_weixin_mchid']);
|
|
|
return [
|
|
|
+ 'debug' => true,
|
|
|
+ 'log' => [
|
|
|
+ 'level' => 'debug',
|
|
|
+ 'permission' => 0777,
|
|
|
+ 'file' => '/www/wwwroot/bz.wuht.net/crmeb/crmeb/runtime/log',
|
|
|
+ ],
|
|
|
'mini_program' => [
|
|
|
'app_id' => $payment['routine_appId'] ?? '',
|
|
|
'secret' => $payment['routine_appsecret'] ?? '',
|