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