github地址
https://github.com/rest-client/rest-client
gemfile里添加
gem ‘rest-client‘, ‘~> 2.0‘
执行bundle install
代码里
# 要请求接口地址
# 上传文件的key名字
# file 文件的绝对路径
resp = RestClient.post url, :file => File.new(file, ‘rb‘)
2021-06-28 16:39:07
github地址
https://github.com/rest-client/rest-client
gemfile里添加
gem ‘rest-client‘, ‘~> 2.0‘
执行bundle install
代码里
# 要请求接口地址
# 上传文件的key名字
# file 文件的绝对路径
resp = RestClient.post url, :file => File.new(file, ‘rb‘)
下一篇:js的结构赋值