boosli

微信公众平台做接口测试

公众平台地址:http://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index

通过公众平台获取appID,appsecret

再次获取用户access_token   

地址https请求方式: GET https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET

获取到access_token 后可以执行其他的请求操作

 

 

具体返回的状态吗参考公众平台全局返回说明  https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Global_Return_Code.html

分类:

技术点:

相关文章:

  • 2021-06-03
  • 2022-12-23
  • 2021-11-21
  • 2021-06-11
  • 2021-10-03
  • 2022-01-03
  • 2021-12-06
  • 2021-11-30
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2022-01-14
  • 2021-04-11
  • 2021-04-04
  • 2021-07-28
  • 2022-02-26
相关资源
相似解决方案