mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 测试方法
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
long l = 356826;
|
||||
System.out.println(getSize(l));
|
||||
}
|
||||
|
||||
/**
|
||||
* 上传蓝牙升级程序到阿里云oss
|
||||
* http://localhost:8080/common/uploadBlueToothFile2OSS
|
||||
|
||||
Reference in New Issue
Block a user