modified 完成获取access_token的接口

This commit is contained in:
zhaoxiang 2021-11-16 15:11:33 +08:00
parent 6f1ab925bb
commit 3b4e79ad4d
1 changed files with 1 additions and 1 deletions

View File

@ -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