auth.getAccessToken 返回errorcode=0是什么情况?
获取accessToken时,请求https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET
返回结果什么时候会出现errorCode = 0的情况?
开发文档对errorCode = 0的说明是请求成功;但是请求成功的话返回结果不应该是: {"access_token":"ACCESS_TOKEN","expires_in":7200}?