evoxwht 2 سال پیش
والد
کامیت
b0ed89710a
2فایلهای تغییر یافته به همراه0 افزوده شده و 12 حذف شده
  1. 0 6
      crmeb/crmeb/services/app/MiniProgramService.php
  2. 0 6
      crmeb/crmeb/services/easywechat/orderShipping/MiniOrderService.php

+ 0 - 6
crmeb/crmeb/services/app/MiniProgramService.php

@@ -106,12 +106,6 @@ class MiniProgramService
         $config = [
         $config = [
             'token' => isset($wechat['wechat_token']) ? trim($wechat['wechat_token']) : '',
             'token' => isset($wechat['wechat_token']) ? trim($wechat['wechat_token']) : '',
             'aes_key' => isset($wechat['wechat_encodingaeskey']) ? trim($wechat['wechat_encodingaeskey']) : '',
             'aes_key' => isset($wechat['wechat_encodingaeskey']) ? trim($wechat['wechat_encodingaeskey']) : '',
-            'debug' => true,
-            'log' => [
-                'level' => 'debug',
-                'permission' => 0777,
-                'file' => '/www/wwwroot/bz.wuht.net/crmeb/crmeb/runtime/log/easywechat.log',
-            ],
         ];
         ];
         $config['mini_program'] = [
         $config['mini_program'] = [
             'app_id' => $appId,
             'app_id' => $appId,

+ 0 - 6
crmeb/crmeb/services/easywechat/orderShipping/MiniOrderService.php

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