ZhangYuanSheng1217 / RestfulTool

一套 Restful 服务开发辅助工具集
GNU Affero General Public License v3.0
264 stars 91 forks source link

Post请求的时候,设置请求体为json,在发送请求的时候,自动把花括号给去掉了 #64

Open andotorg opened 3 years ago

andotorg commented 3 years ago

Describe the bug Post请求的时候,设置请求体为json,在发送请求的时候,自动把花括号给去掉了

To Reproduce Steps to reproduce the behavior:

  1. Post请求的时候,设置请求体为json,在发送请求的时候,自动把花括号给去掉了
  2. 导致后端报错: 错误信息
    JSON parse error: syntax error, expect {, actual ident, pos 0, fastjson-version 1.2.62; nested exception is com.alibaba.fastjson.JSONException: syntax error, expect {, actual ident, pos 0, fastjson-version 1.2.62]

    下面是抓包截图: image

pdkst commented 3 years ago

应该是application/jsonapplication/x-www-form-urlencoded判断反了,或者版本升级导致有部分属性取不到导致赋值了默认的FORM_URLENCODED