修正一处理赋值

This commit is contained in:
邹景立 2024-01-16 21:13:35 +08:00
parent cd5ff0228e
commit 162415b27c

View File

@ -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'));
}