:art:完善部分新功能

This commit is contained in:
hello-hao
2022-07-20 18:16:03 +08:00
parent 9ac31c22ca
commit 3d4ff813fe
@@ -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;
}