Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

小程序直播获取直播间助手报错 #2070

Closed
kk13562008 opened this issue Apr 7, 2021 · 2 comments
Closed

小程序直播获取直播间助手报错 #2070

kk13562008 opened this issue Apr 7, 2021 · 2 comments
Milestone

Comments

@kk13562008
Copy link

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)

@binarywang
Copy link
Member

楼主,到底参数该怎么传递,你测试过没?看官方文档,get请求居然body里传json?

@binarywang
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants