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() {
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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments