Browse Source

change render_okr to render_ok

pull/323/head
zhangxunhui 3 years ago
parent
commit
6b6a4bc48e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/application_controller.rb

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

@@ -95,7 +95,7 @@ class ApplicationController < ActionController::Base
elsif type.to_i == 3 && user_exist
tip_exception(-2, "该手机号码或邮箱已绑定")
end
render_okr
render_ok
end

# 发送及记录激活码


Loading…
Cancel
Save