Compare commits

...

2 Commits

Author SHA1 Message Date
邹景立
812aae37ff 修改版本号 2024-01-16 21:13:59 +08:00
邹景立
162415b27c 修正一处理赋值 2024-01-16 21:13:35 +08:00
2 changed files with 2 additions and 1 deletions

2
We.php
View File

@ -95,7 +95,7 @@ class We
* 定义当前版本
* @var string
*/
const VERSION = '1.2.53';
const VERSION = '1.2.54';
/**
* 静态配置

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