@ApiImplicitParam(name = "id", value = "用户ID",required = true, dataType = "Long")这个里面少了一个参数:paramType="path",否则无法从路径中获得id值。