@@ -157,7 +157,7 @@ public class UpYunClient {
IOUtils.closeQuietly(in);
}
- String fileUrl = " http://" + bucketName + ".b0.upaiyun.com" + filePath;
+ String fileUrl = "http://" + bucketName + ".b0.upaiyun.com" + filePath;
return fileUrl;