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); } /**