- access_token无效,没有使用第三方平台,但返回的token好象被加密了
调用的是全局access_token接口:https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential 返回的access_token如下: {"access_token":"08011218467564792f7678644a636d6970437961565636664d413d3d","expires_in":7200} 但是在没有过期之前使用此access_token去发送模板消息时总是提示access_token 无效。 {"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest rid: 625f53d9-1b2a880d-02ed1188"} 我们是自己直接开发的,没有使用第三方平台,为什么这段token无效呢,是不是加密了?如果是加密了要如何解码呢? 我们没有在平台进行服务器配置,与这个有关吗???
2022-04-20 - 发送模板消息时提示accesstoken无效,怎么解决?
调用的是全局access_token接口:https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential 返回的access_token如下: {"access_token":"08011218467564792f7678644a636d6970437961565636664d413d3d","expires_in":7200} 但是在没有过期之前使用此access_token去发送模板消息时总是提示access_token 无效。 {"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest rid: 625f53d9-1b2a880d-02ed1188"} 请问是什么原因引起的?
2022-04-20