例如有如下接口:
@RequestMapping(value = "/api/user/validate", method = RequestMethod.POST) UserInfo validate(@RequestBody JwtAuthenticationRequest authenticationRequest);
那么在postman中传递参数呢?如下图: