@ -464,7 +464,7 @@ class MyshixunsController < ApplicationController
render :json => {:data => "success"}
end
rescue Exception => e
render :json => {:data => "failed"}
render :json => {:data => "failed, exception_message: #{e}"}