We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0bfe9 commit e4dc7a7Copy full SHA for e4dc7a7
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "qiniu-js",
3
"jsName": "qiniu",
4
- "version": "2.1.0",
+ "version": "2.1.1",
5
"private": false,
6
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage AP",
7
"main": "dist/qiniu.min.js",
src/upload.js
@@ -193,7 +193,7 @@ export class UploadManager {
193
}).then(response => {
194
this.ctxList[index] = {
195
time: new Date().getTime(),
196
- ctx: response.ctx
+ ctx: response.data.ctx
197
};
198
});
199
0 commit comments