mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2026-07-12 00:01:08 +08:00
Compare commits
No commits in common. "812aae37ffc5b6038b03163796f6eed97bb79730" and "cd5ff0228e8bc31e76c2ef753b1313008d8c520f" have entirely different histories.
812aae37ff
...
cd5ff0228e
2
We.php
2
We.php
@ -95,7 +95,7 @@ class We
|
||||
* 定义当前版本
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '1.2.54';
|
||||
const VERSION = '1.2.53';
|
||||
|
||||
/**
|
||||
* 静态配置
|
||||
|
||||
@ -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'));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user