feat: ali创建查找删除bucket,上传下载删除重命名文件
This commit is contained in:
@@ -2,6 +2,7 @@ package com.schisandra.auth.application.controller;
|
||||
|
||||
import cn.dev33.satoken.stp.SaTokenInfo;
|
||||
import cn.dev33.satoken.stp.StpUtil;
|
||||
import cn.hutool.core.util.ObjectUtil;
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.google.common.base.Preconditions;
|
||||
@@ -276,7 +277,7 @@ public class SchisandraAuthUserController {
|
||||
log.info("UserController.findPassword.dto:{}", JSON.toJSONString(schisandraAuthUserDTO));
|
||||
}
|
||||
if (schisandraAuthUserDTO.getPhone() == null) {
|
||||
log.error("UserController.register.phone is null");
|
||||
log.error("UserController.findPassword.phone is null");
|
||||
return null;
|
||||
}
|
||||
String token = schisandraAuthUserDTO.getToken();
|
||||
|
Reference in New Issue
Block a user