Skip to content

Commit

Permalink
解决上传大于4m报701 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
winddies authored and nighca committed Mar 1, 2018
1 parent 4f0bfe9 commit e4dc7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qiniu-js",
"jsName": "qiniu",
"version": "2.1.0",
"version": "2.1.1",
"private": false,
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage AP",
"main": "dist/qiniu.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class UploadManager {
}).then(response => {
this.ctxList[index] = {
time: new Date().getTime(),
ctx: response.ctx
ctx: response.data.ctx
};
});
});
Expand Down

0 comments on commit e4dc7a7

Please sign in to comment.