yanghb
2024-04-09 6682f1fc47b87124db517ba0b67ee86fcedff473
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) {