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