diff --git a/WeChat/Contracts/BasicPushEvent.php b/WeChat/Contracts/BasicPushEvent.php index a0529fe..6940124 100644 --- a/WeChat/Contracts/BasicPushEvent.php +++ b/WeChat/Contracts/BasicPushEvent.php @@ -109,7 +109,7 @@ class BasicPushEvent $this->receive = new DataArray(Tools::xml2arr($this->postxml)); } elseif ($_SERVER['REQUEST_METHOD'] == "GET" && $this->checkSignature()) { @ob_clean(); - exit($this->input->get('echostr')); + echo $this->input->get('echostr'); } else { throw new InvalidResponseException('Invalid interface request.', '0'); }