liyiorg / weixin-popular

微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
Apache License 2.0
2.5k stars 1.06k forks source link

修复体验账号解绑不成功的问题 #97

Closed huizhong closed 7 years ago

huizhong commented 7 years ago

根据文档 https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1489140588_nVUgx&token=&lang=zh_CN 以及使用get时返回的错误: "errcode": "43002", "errmsg": "require POST method hint: [.I0KUa0172e626]", "success": false 请求类型应该是post,而不是get