删除过期的preview接口。

This commit is contained in:
Liang Tao
2014-02-08 17:24:43 +08:00
parent 5e8e69a339
commit 3a3d026812
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -195,10 +195,6 @@ module Qiniu
code == StatusOK ? data : false
end
def image_preview_url(url, spec)
Image.preivew_url(url, spec)
end
def image_mogrify_preview_url(source_image_url, options)
Image.mogrify_preview_url(source_image_url, options)
end
-4
View File
@@ -14,10 +14,6 @@ module Qiniu
Utils.http_request url + '?exif', nil, {:method => :get}
end # exif
def preivew_url(url, spec)
url + '/imagePreview/' + spec.to_s
end
def mogrify_preview_url(source_image_url, options)
source_image_url + '?' + generate_mogrify_params_string(options)
end