Commit 7bcd3675 by Administrator

Merge branch 'zyq_debug' into 'develop'

Zyq debug

See merge request 8timerv2/8timerapiv200!285
parents 6ea9837e 3033eb27
...@@ -135,7 +135,7 @@ public class OSSUtil { ...@@ -135,7 +135,7 @@ public class OSSUtil {
// 关闭OSSClient。 // 关闭OSSClient。
ossClient.shutdown(); ossClient.shutdown();
// 返回上传成功的文件名 // 返回上传成功的文件名
return url.toString(); return url.toString().substring(0,url.toString().lastIndexOf("?"));
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment