用例子的调试页面获取access_token就报错了https://open.work.weixin.qq.com/wwopen/devtool/interface?doc_id=10167,参数是正确的,报的错误是:
调用接口获取access_token请求地址https://qyapi.weixin.qq.com/cgi-bin/gettoken返回状态status: HTTP/1.1 200 OK
connection: close
error-code: 40001
error-msg: invalid credential, hint: [1614140502_160_3d52eb73493b79dc7995db5e69e57276], from ip: xx:xx:xx:xx, more info at https://open.work.weixin.qq.com/devtool/query?e=40001
content-type: application/json; charset=UTF-8
content-length: 193
返回结果{"errcode":40001,"errmsg":"invalid credential, hint: [1614140502_160_3d52eb73493b79dc7995db5e69e57276], from ip: xx:xx:xx:xx, more info at https://open.work.weixin.qq.com/devtool/query?e=40001"}
你好,获取accesstoken使用的secret是哪里获取的,看日志是secret无效,确认下该secret的获取途径和是否在该corpid下的应用获取的
遇到同样的问题,corpId和secret检查了无法遍都是正确的,就是无法获得access_token,有解决的吗?
您解决了么 怎么解决的呢
也碰到了同样的问题,后面就无法继续了