1. 比对所传值转换的实体是否序列化,是否不存在无参构造器等
2. 比对,postman所传格式:Content-Type:application/json
3. 比对,postman是否存在缓存:Cache-Control:no-cache
4. 和可以请求的postman headers进行参数比对。看是否存在不匹配现象

1. 比对所传值转换的实体是否序列化,是否不存在无参构造器等
2. 比对,postman所传格式:Content-Type:application/json
3. 比对,postman是否存在缓存:Cache-Control:no-cache
4. 和可以请求的postman headers进行参数比对。看是否存在不匹配现象