guohongjin
2024-04-09 777e65abc7ab6dbfccc837c8a03a0e5516166173
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) {