Content type 'multipart/form-data;boundary= ;charset=UTF-8' not supported",
postmain 返回错误
{
"code": 998,
"msg": "Content type 'multipart/form-data;boundary=--------------------------684116007958102492535001;charset=UTF-8' not supported",
"data": "org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;boundary=--------------------------684116007958102492535001;charset=UTF-8'
取消掉postman请求header 中默认content-type配置
@RequestBody与 content type有冲突,无法识别是表单提交还是json提交