Description
WxJava 模块名: weixin-java-miniapp
WxJava 版本号: 4.0.0
详细描述 :
weixin-java-miniapp -> WxMaLiveServiceImpl -> getAssistantList( ) 使用了POST方法请求,微信要求的是使用GET
错误代码:
43001, 错误信息:require GET method rid: 606d52e0-101a945b-1de9c138,微信原始报文:{"errcode":43001,"errmsg":"require GET method rid: 606d52e0-101a945b-1de9c138"}
me.chanjar.weixin.common.error.WxErrorException: 错误代码:43001, 错误信息:require GET method rid: 606d52e0-101a945b-1de9c138,微信原始报文:{"errcode":43001,"errmsg":"require GET method rid: 606d52e0-101a945b-1de9c138"}
at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.executeInternal(BaseWxMaServiceImpl.java:275)
at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.execute(BaseWxMaServiceImpl.java:207)
at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.post(BaseWxMaServiceImpl.java:183)
at cn.binarywang.wx.miniapp.api.impl.WxMaLiveServiceImpl.getAssistantList(WxMaLiveServiceImpl.java:215)