From 3d4ff813fe51f32eb1dffb2403d9dccbb22ba1cc Mon Sep 17 00:00:00 2001 From: hello-hao <923453645@qq.com> Date: Wed, 20 Jul 2022 18:16:03 +0800 Subject: [PATCH] =?UTF-8?q?:art:=E5=AE=8C=E5=96=84=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/cn/hellohao/controller/ClientAppController.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/cn/hellohao/controller/ClientAppController.java b/src/main/java/cn/hellohao/controller/ClientAppController.java index 86f3e68..f2c1adf 100644 --- a/src/main/java/cn/hellohao/controller/ClientAppController.java +++ b/src/main/java/cn/hellohao/controller/ClientAppController.java @@ -1,7 +1,6 @@ package cn.hellohao.controller; import cn.hellohao.auth.token.JWTUtil; -import cn.hellohao.pojo.AppClient; import cn.hellohao.pojo.Msg; import cn.hellohao.pojo.UploadConfig; import cn.hellohao.pojo.User; @@ -16,7 +15,6 @@ import org.apache.shiro.SecurityUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import org.springframework.web.multipart.MultipartFile; -import sun.misc.BASE64Decoder; import javax.servlet.http.HttpServletRequest; @@ -103,9 +101,7 @@ public class ClientAppController { e.printStackTrace(); msg.setCode("500"); } - return msg; - }