mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2026-07-11 15:51:09 +08:00
Compare commits
2 Commits
cd5ff0228e
...
812aae37ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
812aae37ff | ||
|
|
162415b27c |
2
We.php
2
We.php
@ -95,7 +95,7 @@ class We
|
||||
* 定义当前版本
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '1.2.53';
|
||||
const VERSION = '1.2.54';
|
||||
|
||||
/**
|
||||
* 静态配置
|
||||
|
||||
@ -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