From f783bfb5c96b911c26ced8f146e60532a8e9bb23 Mon Sep 17 00:00:00 2001 From: KuramiWan Date: Wed, 8 Nov 2023 15:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8A=E6=AC=A1commit?= =?UTF-8?q?=E7=9A=84=E5=A4=9A=E4=BD=99=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java3y/austin/web/controller/ChannelAccountController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/austin-web/src/main/java/com/java3y/austin/web/controller/ChannelAccountController.java b/austin-web/src/main/java/com/java3y/austin/web/controller/ChannelAccountController.java index c699797..ba3d953 100644 --- a/austin-web/src/main/java/com/java3y/austin/web/controller/ChannelAccountController.java +++ b/austin-web/src/main/java/com/java3y/austin/web/controller/ChannelAccountController.java @@ -4,7 +4,6 @@ package com.java3y.austin.web.controller; import cn.hutool.core.util.StrUtil; import com.alibaba.fastjson.JSON; import com.java3y.austin.common.constant.AustinConstant; -import com.java3y.austin.common.enums.AccountFormat; import com.java3y.austin.common.enums.RespStatusEnum; import com.java3y.austin.support.domain.ChannelAccount; import com.java3y.austin.web.annotation.AustinAspect;