From 98ec2d0b3c9cb6d7ca59f54e24363631f992e446 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Thu, 9 Jul 2020 19:30:15 +0800 Subject: [PATCH] change bugs --- app/controllers/sync_forge_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/sync_forge_controller.rb b/app/controllers/sync_forge_controller.rb index 373d75292..4674e3d33 100644 --- a/app/controllers/sync_forge_controller.rb +++ b/app/controllers/sync_forge_controller.rb @@ -2,7 +2,7 @@ class SyncForgeController < ApplicationController before_action :check_token def create - sync_params = params[:sync_params] + sync_params = params["sync_params"] sync_params = eval(sync_params) Rails.logger.info("========sync_params===#{sync_params}====")