美文网首页
"message": "Content type 'text/p

"message": "Content type 'text/p

作者: 行者和他的钢笔 | 来源:发表于2019-04-11 19:21 被阅读0次
    学习springboot中的bean对象传参时,使用模拟Http接口测试工具PostMan进行测试,页面如下:

    点击send后,Body中输出下面信息:

     {
        "timestamp": "2019-04-11T11:04:49.954+0000",
        "status": 415,
        "error": "Unsupported Media Type",
        "message": "Content type 'text/plain;charset=UTF-8' not supported",
        "path": "/v1/save_user"
     }
    
    错误原因是:需要指定http头为 content-type为application/json,具体做法是把传输格式选择JSON(application/json)就可以了

    相关文章

      网友评论

          本文标题:"message": "Content type 'text/p

          本文链接:https://www.haomeiwen.com/subject/ruvxwqtx.html