update src/main/java/cn/com/v2/controller/ApiController.java.

修改

Signed-off-by: 开源oschina <115889198@qq.com>
This commit is contained in:
开源oschina 2023-09-09 14:42:26 +00:00 committed by Gitee
parent a3c6e2cb55
commit 9f31a0e680
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ public class ApiController extends BaseController {
@ResponseBody
public AjaxResult getOssInfo() {
// 判断是否登陆
StpUtil.logout();
return success();
}