[关闭]
@JackieQu 2018-06-12T16:59:41.000000Z 字数 285 阅读 244

获取ACCESS_TOKEN 作废

儿童编程


获取 access_token

Method and Url Structure

Method Resource URL
GET /userinfo/access_token/

cURL Example

  1. curl -X GET -H 'Authorization: Token tester001' -d data{...}
  2. https://www.cxy61.com/server/userinfo/access_token/

JSON Response

  1. {
  2. "access_token": "10_g8Bh3Qx3aEd183"
  3. }
  4. # 或
  5. {
  6. "errcode": 40164
  7. }

微信相关文档

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注