Browse Source

add logs

pull/319/head
nigel007 5 years ago
parent
commit
e55e71266e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/users_controller.rb

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

@@ -247,7 +247,7 @@ class UsersController < ApplicationController
render json: { status: results[:status], balance: results[:balance]}
end
else
puts "~!@~!@" + params['user_id']
puts "~!@~!@" + params['user_id'].to_s
puts current_user.id.to_s
normal_status(-1, "缺少权限")
end


Loading…
Cancel
Save