From a4071f1ad8a2136061fdf2bdc4b4db4345d027d2 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 29 Aug 2019 16:14:46 +0800 Subject: [PATCH] add clear --- wx/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/Account.php b/wx/Account.php index 51e6dc4..630d199 100644 --- a/wx/Account.php +++ b/wx/Account.php @@ -46,7 +46,7 @@ class Account extends Miniprogarampage $this->request->setMethod(WxClient::GET); $this->request->addHeader('Content-Type', 'text/xml'); - return $this->request->get('/sns/jscode2session', $param); + return $this->request->get('sns/jscode2session', $param); } /**