服务器 python 接口
场景 使用postman发送post请求给服务器后 服务器端经过json.dumps()处理完对象后 在postman中显示汉字为Unicode编码 想显示成汉字 方便调试
解决办法如下图所示 在Response工具栏中选中JSON格式即可

服务器 python 接口
场景 使用postman发送post请求给服务器后 服务器端经过json.dumps()处理完对象后 在postman中显示汉字为Unicode编码 想显示成汉字 方便调试
解决办法如下图所示 在Response工具栏中选中JSON格式即可