From ef89db4c65376703eb8175aa72ff60e8a962e523 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 9 Mar 2020 16:01:10 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 6fd10fe..341022a 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -578,6 +578,9 @@ class HttpClient $this->setHeaders([]); if ($this->callback !== NULL) { + + var_dump($_data);exit; + $result = call_user_func($this->callback, $body, $_data, $header); $this->setCallback(null);