add
This commit is contained in:
+1
-2
@@ -224,11 +224,10 @@ abstract class Base
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $openId
|
|
||||||
* @return bool|mixed|string
|
* @return bool|mixed|string
|
||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
protected function getAccessToken($openId)
|
protected function getAccessToken()
|
||||||
{
|
{
|
||||||
$data = http::get('https://api.weixin.qq.com/cgi-bin/token', [
|
$data = http::get('https://api.weixin.qq.com/cgi-bin/token', [
|
||||||
'grant_type' => 'client_credential',
|
'grant_type' => 'client_credential',
|
||||||
|
|||||||
Reference in New Issue
Block a user