zl程序教程

您现在的位置是:首页 >  前端

当前栏目

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

postman对象 系列 参数 修饰 RequestBody
2023-09-27 14:24:47 时间

例如有如下接口:

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

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