diff --git a/wchat/qq/SecCheck.php b/wchat/qq/SecCheck.php index ddde992..2d34cf6 100644 --- a/wchat/qq/SecCheck.php +++ b/wchat/qq/SecCheck.php @@ -45,7 +45,7 @@ class SecCheck extends SmallProgram if (empty($content)) { return $this->sendError('文件不存在', 404); } - $this->request->setUseSwoole(false); + $this->request->setUseSwoole(true); $this->request->addHeader('Content-Type', 'application/json'); $this->request->setErrorField('errCode'); $this->request->setErrorMsgField('errMsg');