change render_okr to render_ok
This commit is contained in:
parent
84f094ac55
commit
6b6a4bc48e
|
@ -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…
Reference in New Issue