Compare commits

..

No commits in common. "812aae37ffc5b6038b03163796f6eed97bb79730" and "cd5ff0228e8bc31e76c2ef753b1313008d8c520f" have entirely different histories.

2 changed files with 1 additions and 2 deletions

2
We.php
View File

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

View File

@ -109,7 +109,6 @@ 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'));
}