update 测试方法

This commit is contained in:
Guoqs
2025-12-10 14:24:09 +08:00
parent fbc97a0cd9
commit 27978f8157

View File

@@ -110,11 +110,6 @@ public class CommonController {
} }
} }
public static void main(String[] args) {
String filePath = JsowellConfig.getUploadPath();
System.out.println(filePath);
}
/** /**
* 通用上传请求(多个) * 通用上传请求(多个)
*/ */
@@ -245,6 +240,11 @@ public class CommonController {
return bytes.toString(); return bytes.toString();
} }
public static void main(String[] args) {
long l = 356826;
System.out.println(getSize(l));
}
/** /**
* 上传蓝牙升级程序到阿里云oss * 上传蓝牙升级程序到阿里云oss
* http://localhost:8080/common/uploadBlueToothFile2OSS * http://localhost:8080/common/uploadBlueToothFile2OSS