rest/src/main/java/cn/stylefeng/rest/modular/home/controller/HomeIndexController.java
@@ -46,7 +46,7 @@ @Resource private IStoreAppointmentService storeAppointmentService; @ApiOperation("banner列表 ") @ApiOperation("banner列表") @ApiImplicitParam(value = "类型:1首页、2课程、3咨询",name = "type",dataTypeClass = Integer.class) @GetResource(name = "banner列表", path = "/banner") public ResponseData<Banner> banner(Integer type) {