打印信息

This commit is contained in:
cxt 2019-07-27 16:25:48 +08:00
parent eff552aee1
commit 1ddece1189
1 changed files with 1 additions and 0 deletions

View File

@ -661,6 +661,7 @@ module ProjectsHelper
# http.use_ssl = true
begin
Rails.logger.info("#############info: #{send_che_uri.request_uri}")
Rails.logger.info("#############params: #{params}")
request = Net::HTTP::Post.new(send_che_uri.request_uri)
request.set_form_data(params)
request['Content-Type'] = 'application/json;charset=utf-8'