request = Typhoeus::Request.new("https://101.231.204.80:5000/gateway/api/backTransReq.do", method: :post, params: post_params[:sign], ssl_verifypeer: false, headers: {'Content-Type' =>'application/x-www-form-urlencoded'} )
request.run
res = request.response
前天还可以运行,也没有修改这一个方法的代码,但是从昨天开始,就会在 request.run 的时候卡住很长时间,然后发送失败。求指点。