eee
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ class Token extends SmallProgram
|
||||
$query['appid'] = $this->payConfig->appId;
|
||||
$query['secret'] = $this->payConfig->appSecret;
|
||||
}
|
||||
return $this->get('cgi-bin/token', $query);
|
||||
return $this->get('api.weixin.qq.com', 'cgi-bin/token', $query);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user