PostMan中文乱码

        问题描述:使用postman测试项目接口时,返回字符中文乱码

        解决:在headers中添加一下请求头

Content-Type application/json;charset=UTF-8
Accept application/json;charset=UTF-8

你可能感兴趣的:(测试工具,postman,java)