We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f5632a + 25f246f commit 7a71d1fCopy full SHA for 7a71d1f
Wechat/Lib/Common.php
@@ -166,7 +166,7 @@ private function checkSignature($str = '')
166
public function getAccessToken($appid = '', $appsecret = '', $token = '')
167
{
168
if (!$appid || !$appsecret) {
169
- list($appid, $$appsecret) = [$this->appid, $this->appsecret];
+ list($appid, $appsecret) = [$this->appid, $this->appsecret];
170
}
171
if ($token) {
172
return $this->access_token = $token;
0 commit comments