码迷,mamicode.com
首页 > 其他好文 > 详细

顺丰 丰桥对接 订单路由查询 ruby rails

时间:2018-09-07 17:17:27      阅读:1167      评论:0      收藏:0      [点我收藏+]

标签:get   bug   ruby   star   word   method   ice   amp   urlencode   

def self.get_express_route_test
url = ‘http://bsp-oisp.sf-express.com/bsp-oisp/sfexpressService‘
xml = "<Request service=‘RouteService‘ lang=‘zh-CN‘><Head>4545</Head><Body><RouteRequest tracking_type=‘1‘ method_type=‘1‘ tracking_number=‘444003077898‘/></Body></Request>"
keyword = ‘dsadsa‘
md5_str = Digest::MD5.digest((xml + keyword).encode(‘utf-8‘))
verifyCode = Base64.strict_encode64(md5_str)
uri = URI.parse(url)
req = Net::HTTP::Post.new(uri.path,{‘Content-Type‘ => ‘application/x-www-form-urlencoded;charset=utf-8‘})
req.body = "xml=#{xml}&verifyCode=#{verifyCode}"
req = Net::HTTP.new(uri.host,uri.port).start{|http| http.request(req)}
Rails.logger.debug req.body

end

顺丰 丰桥对接 订单路由查询 ruby rails

标签:get   bug   ruby   star   word   method   ice   amp   urlencode   

原文地址:https://www.cnblogs.com/tomtang/p/9605834.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!