From dcd02eaf7cc4303cf3960666198521b4f10ceb90 Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 17 Oct 2017 09:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E6=B5=8B=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E5=8E=BB=E6=8E=89tpi=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/shixuns_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/shixuns_controller.rb b/app/controllers/shixuns_controller.rb index 37575988e..6b9fc8af0 100644 --- a/app/controllers/shixuns_controller.rb +++ b/app/controllers/shixuns_controller.rb @@ -93,8 +93,8 @@ class ShixunsController < ApplicationController logger.info("************#{tpiList}") end end - tpiList = Base64.urlsafe_encode64(tpiList.to_json) unless tpiList.blank? - params = {:gameInfo => "#{gameInfo}", :tpiList => "#{tpiList}" } + # tpiList = Base64.urlsafe_encode64(tpiList.to_json) unless tpiList.blank? + params = {:gameInfo => "#{gameInfo}" } logger.info("params is #{params}") uri = "#{shixun_tomcat}/bridge/dataTransfer/transfer" logger.info("uri is #{uri}")