Postman系列之@RequestBody修饰的对象传参数

例如有如下接口:

@RequestMapping(value = "/api/user/validate", method = RequestMethod.POST)
UserInfo validate(@RequestBody JwtAuthenticationRequest authenticationRequest);

那么在postman中传递参数呢?如下图:

 

posted @ 2019-04-25 14:23  星朝  阅读(7401)  评论(1编辑  收藏  举报