402异常信息为空

dev_cs_new
daiao 6 years ago
parent a605ab3ea1
commit 1c05e0c31b

@ -190,7 +190,7 @@ class ApplicationController < ActionController::Base
def check_account def check_account
if !current_user.profile_completed? if !current_user.profile_completed?
#info_url = '/account/profile' #info_url = '/account/profile'
tip_exception(402) tip_exception(402, nil)
end end
end end

Loading…
Cancel
Save