''
liukangdong
2024-08-06 7b950f425d01b74febcebb9a6506e1607c3a2a0f
server/web/src/main/java/com/doumee/api/web/CatalogApi.java
@@ -36,11 +36,4 @@
    @Autowired
    public SmsEmailService smsEmailService;
    @ApiOperation(value = "C端小程序-获取首页志说装修四个模块类目数据", notes = "获取首页志说装修四个模块类目数据")
    @PostMapping("/getZSZXCatalogs")
    public ApiResponse<ZSZXCatalogResponse> getZSZXCatalogs() {
        return  ApiResponse.success(zbomZhongTaiService.getZSZXCatalogs());
    }
}