From 0f3f86dfa2ca8511af44e7b30a5da99418419504 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 14:07:18 +0800 Subject: [PATCH] add clear --- qq/Account.php | 1 - 1 file changed, 1 deletion(-) diff --git a/qq/Account.php b/qq/Account.php index 248617e..b75af78 100644 --- a/qq/Account.php +++ b/qq/Account.php @@ -31,7 +31,6 @@ class Account extends SmallProgram $this->request->setHost('api.q.qq.com'); $this->request->setMethod(HttpClient::GET); - $this->request->addHeader('Content-Type', 'text/xml'); $this->request->setUseSwoole($this->config->isUsrSwoole()); return $this->request->get('/sns/jscode2session', $param);