modified 完成获取access_token的接口
This commit is contained in:
parent
6f1ab925bb
commit
3b4e79ad4d
|
@ -27,7 +27,7 @@ class AccessToken extends BaseAccessToken {
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected string $endpointToGetToken = 'cgi-bin/component/api_component_token';
|
||||
protected string $endpointToGetToken = 'apps/v2/token';
|
||||
|
||||
/**
|
||||
* @return array
|
||||
|
|
Loading…
Reference in New Issue