|
@@ -52,7 +52,7 @@ public class UploadFileUtil {
|
|
|
Response response = uploadManager.put(file.getInputStream(), path, uploadToken, null, null);
|
|
|
defaultPutRet = JSON.parseObject(response.bodyString(), DefaultPutRet.class);
|
|
|
log.info(JSONObject.toJSONString(defaultPutRet));
|
|
|
- return url+path;
|
|
|
+ return path;
|
|
|
}catch (QiniuException ex){
|
|
|
Response r = ex.response;
|
|
|
log.error(""+r.toString());
|