mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 01:42:45 +08:00
去除 Exit 函数
This commit is contained in:
parent
9becf988c9
commit
ce70444b6c
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user