1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-21 22:56:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

所有convert函数添加判空;上传成功回调函数修Bug

This commit is contained in:
2022-04-16 00:15:59 +08:00
parent 3dac60ced6
commit 67bb897361
9 changed files with 69 additions and 39 deletions

View File

@@ -1,7 +1,5 @@
package plus.bookshelf.Controller.Controller;
import com.sun.management.OperatingSystemMXBean;
import com.sun.management.ThreadMXBean;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.stereotype.Controller;
@@ -10,11 +8,6 @@ import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import plus.bookshelf.Common.Response.CommonReturnType;
import java.lang.management.ManagementFactory;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
@Api(tags = "网站后台状态检测")
@Controller("status")
@RequestMapping("/status")