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

公众号删除永久素材数据格式出错 #1220

Closed
Cicinnus0407 opened this issue Sep 22, 2019 · 3 comments
Closed

公众号删除永久素材数据格式出错 #1220

Cicinnus0407 opened this issue Sep 22, 2019 · 3 comments

Comments

@Cicinnus0407
Copy link

简要描述

公众号删除永久素材提示,{"errcode":47001,"errmsg":"data format error hint: [1vJ5iA02055190]"}

模块版本情况

  • WxJava 模块名: wx-mp
  • WxJava 版本号:3.5.0

详细描述

接口应该使用post json,但是SDK使用的是application/x-www-form-urlencoded

日志

[INFO ][2019-09-22 18:13:25][intercept] - --> POST https://api.weixin.qq.com/cgi-bin/material/del_material?access_token=25_NbiuoK4MEs4taJ-GNLjsv9Gz2Mpqxn57rGjWygYZJ7HOmupI0ZwQTJgBZ85o7xaMzMPQKfXWAWl_phsIg0EmK8K5KM6tgk5OWeoJvSPU-loqxIGI3ilVxJ1MFca_DB0ZN9YBmtP1_jZ_iirwMEQfACABTF
[INFO ][2019-09-22 18:13:25][intercept] - Content-Type: application/x-www-form-urlencoded
[INFO ][2019-09-22 18:13:25][intercept] - Content-Length: 52
[INFO ][2019-09-22 18:13:25][intercept] -
[INFO ][2019-09-22 18:13:25][intercept] - media_id=F7pEBXzvKELjk1Hi3sHpoBjQGtdldJLUzDI_LIBeC7A
[INFO ][2019-09-22 18:13:25][intercept] - --> END POST (52-byte body)
[INFO ][2019-09-22 18:13:25][intercept] - <-- 200 OK https://api.weixin.qq.com/cgi-bin/material/del_material?access_token=25_NbiuoK4MEs4taJ-GNLjsv9Gz2Mpqxn57rGjWygYZJ7HOmupI0ZwQTJgBZ85o7xaMzMPQKfXWAWl_phsIg0EmK8K5KM6tgk5OWeoJvSPU-loqxIGI3ilVxJ1MFca_DB0ZN9YBmtP1_jZ_iirwMEQfACABTF (201ms)
[INFO ][2019-09-22 18:13:25][intercept] - Connection: keep-alive
[INFO ][2019-09-22 18:13:25][intercept] - Content-Type: text/plain
[INFO ][2019-09-22 18:13:25][intercept] - Date: Sun, 22 Sep 2019 10:13:25 GMT
[INFO ][2019-09-22 18:13:25][intercept] - Content-Length: 69
[INFO ][2019-09-22 18:13:25][intercept] -
[INFO ][2019-09-22 18:13:25][intercept] - {"errcode":47001,"errmsg":"data format error hint: [1vJ5iA02055190]"}
[INFO ][2019-09-22 18:13:25][intercept] - <-- END HTTP (69-byte body)

@Cicinnus0407
Copy link
Author

具体出错的类: me.chanjar.weixin.mp.util.requestexecuter.material.MaterialDeleteOkhttpRequestExecutor
41行.

RequestBody requestBody = new FormBody.Builder().add("media_id", materialId).build();

@binarywang
Copy link
Owner

看来是okhttp的实现有问题

@binarywang
Copy link
Owner

3.5.6.B 测试版本已修复,欢迎试用

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