Skip to content

Commit ebe3a3c

Browse files
committed
rebuild
1 parent 22c62e3 commit ebe3a3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/js/qiniu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function QiniuJsSDK() {
311311
};
312312

313313
plupload.extend(option, op, {
314-
url: 'http://up.qiniu.com',
314+
url: 'http://upload.qiniu.com',
315315
multipart_params: {
316316
token: ''
317317
}
@@ -640,7 +640,7 @@ function QiniuJsSDK() {
640640
var mode = op.mode || '',
641641
w = op.w || '',
642642
h = op.h || '',
643-
q = op.quality || '',
643+
q = op.q || '',
644644
format = op.format || '';
645645
if (!mode) {
646646
return false;

0 commit comments

Comments
 (0)