基础支持: 获取access_token接口 /token 返回错误代码未知
发布于 6 年前 作者 renjie 17350 次浏览 来自 问答
  • 请求地址:

  • https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=****&secret=*****

  • 返回结果:

    • 200 OK

    • Connection: close

    • Date: Thu, 31-Aug-2017 00:03:03 GMT

    • Content-Type: application/json; encoding=utf-8

    • Content-Length: 46

    • {
          "errcode": -1000, 
          "errmsg": "system error"}


  • 提示:

  • 未知返回状态.

这个是什么原因呢

1 回复

没人遇到吗

回到顶部