我使用授权方式登陆微信,获取授权之后,请问是通过https://api.weixin.qq.com/cgi-bin/token?appid=${APP_ID}&secret=${APP_SECRET}&grant_type=client_credential接口获取access_token吗?获取access_token后,又如何获取用户昵称等信息呢?而且https://api.weixin.qq.com/cgi-bin/token?appid=${APP_ID}&secret=${APP_SECRET}&grant_type=client_credential接口,我是从微信文档的PC调用微信能力中看到的,不知道是否适用于鸿蒙呢?