Commit 54907fa7 by liyijie

feat: 更新修改错误的文件

parent ffcfeee8
......@@ -97,7 +97,7 @@ module Uppy
r.get String, String do |upload_id, part_number|
key = param!("key")
result = client(:prepare_upload_part, upload_id: upload_id, key: key, part_number: part_number)
result = client_call(:prepare_upload_part, upload_id: upload_id, key: key, part_number: part_number)
{ url: result.fetch(:url) }
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment