We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
公众号删除永久素材提示,{"errcode":47001,"errmsg":"data format error hint: [1vJ5iA02055190]"}
接口应该使用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)
The text was updated successfully, but these errors were encountered:
具体出错的类: me.chanjar.weixin.mp.util.requestexecuter.material.MaterialDeleteOkhttpRequestExecutor 41行.
RequestBody requestBody = new FormBody.Builder().add("media_id", materialId).build();
Sorry, something went wrong.
看来是okhttp的实现有问题
🐛 #1220 修复公众号永久素材相关的部分okhttp实现有问题的接口
779f1d0
3.5.6.B 测试版本已修复,欢迎试用
No branches or pull requests
简要描述
公众号删除永久素材提示,{"errcode":47001,"errmsg":"data format error hint: [1vJ5iA02055190]"}
模块版本情况
详细描述
接口应该使用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)
The text was updated successfully, but these errors were encountered: