使用Swagger2构建RESTful API文档遇到的坑时间:2021-10-14 17:52:55 @ApiImplicitParam(name = "id", value = "用户ID",required = true, dataType = "Long")这个里面少了一个参数:paramType="path",否则无法从路径中获得id值。