feat: ali创建查找删除bucket,上传下载删除重命名文件

This commit is contained in:
sjm
2024-07-01 08:55:39 +08:00
parent 9da0044cc6
commit 36db677ad9
5 changed files with 232 additions and 44 deletions

View File

@@ -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();