URI::HTTPS request = Net::HTTP::Post.new(uri.request_uri) request.body = request_body.to_json request['Content-Type'] = 'application/json' ...
確定! 回上一頁