You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
useEasyWeChat\Work\Application;
$config = [...$someConfig];
(newApplication($config))->getClient()->withAccessToken('access_token');
//此处会抛出异常//EasyWeChat\Kernel\HttpClient\AccessTokenAwareClient::withAccessToken(): Argument #1 ($accessToken) must be of type EasyWeChat\Kernel\Contracts\AccessToken, string given
我用的环境
问题及现象
The text was updated successfully, but these errors were encountered: