We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c62e3 commit ebe3a3cCopy full SHA for ebe3a3c
demo/js/qiniu.js
@@ -311,7 +311,7 @@ function QiniuJsSDK() {
311
};
312
313
plupload.extend(option, op, {
314
- url: 'http://up.qiniu.com',
+ url: 'http://upload.qiniu.com',
315
multipart_params: {
316
token: ''
317
}
@@ -640,7 +640,7 @@ function QiniuJsSDK() {
640
var mode = op.mode || '',
641
w = op.w || '',
642
h = op.h || '',
643
- q = op.quality || '',
+ q = op.q || '',
644
format = op.format || '';
645
if (!mode) {
646
return false;
0 commit comments