File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ function QiniuJsSDK() {
311
311
} ;
312
312
313
313
plupload . extend ( option , op , {
314
- url : 'http://up .qiniu.com' ,
314
+ url : 'http://upload .qiniu.com' ,
315
315
multipart_params : {
316
316
token : ''
317
317
}
@@ -640,7 +640,7 @@ function QiniuJsSDK() {
640
640
var mode = op . mode || '' ,
641
641
w = op . w || '' ,
642
642
h = op . h || '' ,
643
- q = op . quality || '' ,
643
+ q = op . q || '' ,
644
644
format = op . format || '' ;
645
645
if ( ! mode ) {
646
646
return false ;
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ function QiniuJsSDK() {
311
311
} ;
312
312
313
313
plupload . extend ( option , op , {
314
- url : 'http://up .qiniu.com' ,
314
+ url : 'http://upload .qiniu.com' ,
315
315
multipart_params : {
316
316
token : ''
317
317
}
@@ -640,7 +640,7 @@ function QiniuJsSDK() {
640
640
var mode = op . mode || '' ,
641
641
w = op . w || '' ,
642
642
h = op . h || '' ,
643
- q = op . quality || '' ,
643
+ q = op . q || '' ,
644
644
format = op . format || '' ;
645
645
if ( ! mode ) {
646
646
return false ;
You can’t perform that action at this time.
0 commit comments