|
@@ -102,7 +102,6 @@ public class SysFileMultipartServiceImpl implements SysFileMultipartService {
|
|
|
private SysFile uploadInitEvent(MultipartUploadParams multipartUploadParams, Integer target) {
|
|
|
System.out.println("[系统配置] 上传目标(-1:本地, 1:腾讯云, 2:阿里云, 3.抖音云): " + target);
|
|
|
|
|
|
- String target_label = StyleEnums.targetToLabel(target);
|
|
|
String upload_id = null;
|
|
|
String object_key = null;
|
|
|
|