提交 e6153330 authored 作者: aiqingguo's avatar aiqingguo

银行测试

上级 36b96c63
...@@ -53,7 +53,7 @@ public class TempBankController { ...@@ -53,7 +53,7 @@ public class TempBankController {
try (FileOutputStream fos = new FileOutputStream("/app/a.txt")) { try (FileOutputStream fos = new FileOutputStream("/app/a.txt")) {
fos.write("123 测试".getBytes()); fos.write("123 测试".getBytes());
String res1 = OpenSDK.sendFile("", "open-filegateway",fos.toString()); String res1 = OpenSDK.sendFile("", "open-filegateway","/app/a.txt");
log.info("url:{}", res1); log.info("url:{}", res1);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论