mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 01:42:45 +08:00
修正一处理赋值
This commit is contained in:
parent
cd5ff0228e
commit
162415b27c
@ -109,6 +109,7 @@ class BasicPushEvent
|
||||
}
|
||||
$this->receive = new DataArray(Tools::xml2arr($this->postxml));
|
||||
} elseif ($_SERVER['REQUEST_METHOD'] == "GET" && $this->checkSignature()) {
|
||||
$this->receive = new DataArray([]);
|
||||
if ($showEchoStr && ob_clean()) {
|
||||
echo($this->input->get('echostr'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user