"message": "Content type 'text/plain;charset=UTF-8' not supported"--畅购商城学习日志
导航:
目录- "message": "Content type 'text/plain;charset=UTF-8' not supported"--畅购商城学习日志
- 导航:
- 1.问题描述:
- 2.思路经历:
- 3.产生原因:
- 4.解决方法:
1.问题描述:
-
{
"timestamp": "2023-09-23T14:12:52.626+0000",
"status": 415,
"error": "Unsupported Media Type",
"message": "Content type 'text/plain;charset=UTF-8' not supported",
"path": "/spu/put/many"
}
2.思路经历:
- apifox调用pull接口实现商品批量上传功能
但是,明明跟着视频做,细细检查各个功能,一点错没有,上传的数据还特意切换到英文键盘输入的,结果还是错,我在想,是不是我applicationcontext.xml出问题了?不可能啊,用得好好的,跑去网上搜,一堆方案很麻烦,直到我搜到了这位老哥的博客https://cloud.tencent.com/developer/article/1343005?from=15425,卧槽,居然是提交格式问题,啊,经典小错误
3.产生原因:
- 数据传输格式选择错误
4.解决方法:
-
方法一
- 将提交格式raw改为JSON