From 0ea11bef67aabc840995b10cab02f17cf581a3f2 Mon Sep 17 00:00:00 2001 From: luyan Date: Thu, 25 May 2023 16:55:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4API=E6=B3=A8=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/epmet/controller/tccc/TCCCAuthController.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/epmet-module/epmet-third/epmet-third-server/src/main/java/com/epmet/controller/tccc/TCCCAuthController.java b/epmet-module/epmet-third/epmet-third-server/src/main/java/com/epmet/controller/tccc/TCCCAuthController.java index 086f325d11..dd852c7eca 100644 --- a/epmet-module/epmet-third/epmet-third-server/src/main/java/com/epmet/controller/tccc/TCCCAuthController.java +++ b/epmet-module/epmet-third/epmet-third-server/src/main/java/com/epmet/controller/tccc/TCCCAuthController.java @@ -1,8 +1,6 @@ package com.epmet.controller.tccc; import com.epmet.commons.tools.utils.net.TCCCClientUtils; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; import lombok.extern.slf4j.Slf4j; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @@ -10,10 +8,8 @@ import org.springframework.web.bind.annotation.RestController; @Slf4j @RestController @RequestMapping("tccc") -@Api(tags = "获取腾讯呼叫中心URL") public class TCCCAuthController { - @ApiOperation(value = "tccc") @RequestMapping("getTcccAuth") public String getTcccAuth() { try {