Skip to content

Commit cc60e7c

Browse files
committed
Merge pull request #67 from hustKiwi/master
2 parents 9df2383 + ebe3a3c commit cc60e7c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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;

src/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)