From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期日, 29 九月 2024 15:05:11 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia --- server/web/src/main/java/com/doumee/api/web/CatalogApi.java | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/server/web/src/main/java/com/doumee/api/web/CatalogApi.java b/server/web/src/main/java/com/doumee/api/web/CatalogApi.java index 5273bf6..282a6a4 100644 --- a/server/web/src/main/java/com/doumee/api/web/CatalogApi.java +++ b/server/web/src/main/java/com/doumee/api/web/CatalogApi.java @@ -1,21 +1,13 @@ package com.doumee.api.web; import com.doumee.biz.zbom.ZbomZhongTaiService; -import com.doumee.config.annotation.UserLoginRequired; import com.doumee.core.annotation.trace.Trace; -import com.doumee.core.model.ApiResponse; -import com.doumee.dao.business.model.SmsEmail; -import com.doumee.dao.web.response.AccountResponse; -import com.doumee.dao.web.response.ZSZXCatalogResponse; import com.doumee.service.business.SmsEmailService; -import com.doumee.service.business.UsersService; import io.swagger.annotations.Api; -import io.swagger.annotations.ApiImplicitParam; -import io.swagger.annotations.ApiImplicitParams; -import io.swagger.annotations.ApiOperation; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.*; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; /** * Created by IntelliJ IDEA. -- Gitblit v1.9.3