springboot项目报错信息:org.springframework.web.HttpMediaTypeNotSupportedException: Content type application.yml/json;charset=UTF-8 not supported
收起
很简单因为你的后台指定了用 json格式前端没指定所有接收不了参数,接收报错
报告相同问题?