我在rails 中有一种方法可以将post 请求发送到第三方API。该代码类似于以下内容: data = HTTParty.post("url", :headers=> {'Content-Type' => 'application/json'}, ...
確定! 回上一頁