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 6ba08ce commit a845594Copy full SHA for a845594
qiniu/fop.js
@@ -17,7 +17,7 @@ function ImageView(mode, width, height, quality, format) {
17
}
18
19
ImageView.prototype.makeRequest = function(url) {
20
- url += '?imageView/' + this.mode;
+ url += '?imageView2/' + this.mode;
21
22
if (this.width > 0) {
23
url += '/w/' + this.width;
0 commit comments