From 14b79ebfb23d7a637724a8e3485f66c304551ae8 Mon Sep 17 00:00:00 2001 From: Nigel <273409891@qq.com> Date: Wed, 4 Sep 2019 12:56:59 +0800 Subject: [PATCH] add debug --- app/controllers/pull_requests_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/pull_requests_controller.rb b/app/controllers/pull_requests_controller.rb index 606eaaf92..d680d12b8 100644 --- a/app/controllers/pull_requests_controller.rb +++ b/app/controllers/pull_requests_controller.rb @@ -370,7 +370,7 @@ class PullRequestsController < ApplicationController Rails.logger.info(pushTXInfoJson) require 'base64' - cmd = 'fabricChain trustiePush '+author_name+'-'+versionName+' ' + Base64.encode64(pushTXInfoJson).to_s + cmd = 'fabricChain trustiePush '+author_name+'-'+versionName+' ' + Base64.strict_encode64(pushTXInfoJson).to_s Rails.logger.info(cmd) puts cmd