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 cedf2a5 commit 1f3515cCopy full SHA for 1f3515c
src/qiniu.js
@@ -509,10 +509,7 @@ function QiniuJsSDK() {
509
throw ('invalid json format');
510
}
511
var info_extended = {};
512
- plupload.extend(info_extended, res_downtoken, {
513
- key: that.parseJSON(info).key,
514
- hash: that.parseJSON(info).hash
515
- });
+ plupload.extend(info_extended, that.parseJSON(info), res_downtoken);
516
if (_FileUploaded_Handler) {
517
_FileUploaded_Handler(up, file, JSON.stringify(info_extended));
518
0 commit comments