SpringMVC @RequestBody请求参数在postman中的请求
使用SpringMVC框架,controller使用参数 @RequestBody LoginReq req 注解方式模拟http请求
需要请求header添加一个参数
设置 Header参数 Content-Type application/json
body参数选择
posted on 2017-11-08 14:49 nickTimer 阅读(2290) 评论(0) 编辑 收藏 举报
使用SpringMVC框架,controller使用参数 @RequestBody LoginReq req 注解方式模拟http请求
需要请求header添加一个参数
设置 Header参数 Content-Type application/json
body参数选择
posted on 2017-11-08 14:49 nickTimer 阅读(2290) 评论(0) 编辑 收藏 举报