Skip to content

Commit

Permalink
update uploadFile
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Jun 11, 2021
1 parent 6bde577 commit f7f8949
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo-album/lib/cos-wx-sdk-v5.js
Original file line number Diff line number Diff line change
Expand Up @@ -9892,7 +9892,7 @@ function uploadFile(params, callback) {
var SliceSize = params.SliceSize === undefined ? self.options.SliceSize : params.SliceSize;

var taskList = [];
// util.each(params.files, function (fileParams, index) {

var FileSize = params.FileSize;
var fileInfo = {TaskId: ''};

Expand Down
2 changes: 1 addition & 1 deletion demo/lib/cos-wx-sdk-v5.js
Original file line number Diff line number Diff line change
Expand Up @@ -9892,7 +9892,7 @@ function uploadFile(params, callback) {
var SliceSize = params.SliceSize === undefined ? self.options.SliceSize : params.SliceSize;

var taskList = [];
// util.each(params.files, function (fileParams, index) {

var FileSize = params.FileSize;
var fileInfo = {TaskId: ''};

Expand Down
2 changes: 1 addition & 1 deletion src/advance.js
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ function uploadFile(params, callback) {
var SliceSize = params.SliceSize === undefined ? self.options.SliceSize : params.SliceSize;

var taskList = [];
// util.each(params.files, function (fileParams, index) {

var FileSize = params.FileSize;
var fileInfo = {TaskId: ''};

Expand Down

0 comments on commit f7f8949

Please sign in to comment.