PostMan测试接口,出现415报错,Unsupported Media Type 问题描述: 当用PostMan测试接口时候,出现如下报错 解决方法: 打开返回信息中的Header条框,查看Content-Type下的Value 在发送信息中的Header条框,将Content-Type的Value的值,更改成与返回信息的Content-Type的Value相同 即可。 原... ...