From ee3f729fc4d9027aaa880fe5e84dca37143560f7 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 12:19:27 +0800 Subject: [PATCH] add clear --- qq/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qq/Account.php b/qq/Account.php index 16fb41e..c7028c5 100644 --- a/qq/Account.php +++ b/qq/Account.php @@ -33,7 +33,7 @@ class Account extends SmallProgram $this->request->setMethod(HttpClient::GET); $this->request->addHeader('Content-Type', 'text/xml'); - var_dump($this->config); + var_dump($this->config, $this->request); $this->request->setUseSwoole($this->config->isUsrSwoole()); return $this->request->get('sns/jscode2session', $param);