Browse Source

change bugs

tags/v1
sylor_huang@126.com 6 years ago
parent
commit
98ec2d0b3c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/sync_forge_controller.rb

+ 1
- 1
app/controllers/sync_forge_controller.rb View File

@@ -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}====")



Loading…
Cancel
Save