WIN-2308041133\Administrator 1 месяц назад
Родитель
Сommit
4c2ac6313e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/services/WechatService.php

+ 1 - 1
crmeb/services/WechatService.php

@@ -193,7 +193,7 @@ class WechatService
         $this->wechatEventHook();
         @file_put_contents('quanju3.txt',"-hair\r\n",8);
         $air=response($this->application->server->serve()->getContent());
-        @file_put_contents('quanju3.txt',$air."-hair\r\n",8);
+        @file_put_contents('quanju3.txt',json_encode($air)."-测试hair\r\n",8);
         return response($this->application->server->serve()->getContent());
     }