liujie
2023-05-24 0c9e25aff0133d05bdaca55d1369eb90342b0b05
src/main/java/com/stylefeng/guns/modular/system/controller/IndexController.java
@@ -36,7 +36,7 @@
    @ApiImplicitParams({
            @ApiImplicitParam(name = "Authorization", value = "用户token(Bearer +token)", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9....."),
            @ApiImplicitParam(name = "time", value = "2000-01-01 - 2000-11-11", required = false, dataType = "String"),
            @ApiImplicitParam(name = "id", value = "卡车公司id", required = true, dataType = "String"),
            @ApiImplicitParam(name = "id", value = "卡车公司id", required = true, dataType = "int"),
    })
    @GetMapping(value = "/index")
    @ResponseBody