diff --git a/app/controllers/myshixuns_controller.rb b/app/controllers/myshixuns_controller.rb index 2c8c7e746..18d141660 100644 --- a/app/controllers/myshixuns_controller.rb +++ b/app/controllers/myshixuns_controller.rb @@ -22,6 +22,7 @@ class MyshixunsController < ApplicationController game.update_attribute(:status, 0) end game_outputs = GameOutputs.create(:code => status, :msg => message, :game_id => task_id, :out_put => outPut) + render :json => {:data => "sucess"} end def show