Skip to content

Commit 50893bb

Browse files
committed
fix: demo 更新
1 parent 9098367 commit 50893bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/demo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ function uploadFile() {
13001300
Key: filename,
13011301
Body: blob,
13021302
SliceSize: 1024 * 1024 * 5, // 大于5mb才进行分块上传
1303-
Callback: COS.util.encodeBase64(JSON.stringify(callback)),
1303+
// Callback: COS.util.encodeBase64(JSON.stringify(callback)),
13041304
// ReturnBody: COS.util.encodeBase64(JSON.stringify(returnBody)),
13051305
// PicOperations: '{"is_pic_info": 1, "rules": [{"fileid": "test.jpg", "rule": "imageMogr2/thumbnail/!50p"}]}',
13061306
onProgress: function (info) {

0 commit comments

Comments
 (0)