微信用户激活修改

This commit is contained in:
yuanke 2016-08-14 13:35:00 +08:00
parent 22e4e56029
commit 2f8b459a6f
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ module Mobile
unless current_user
#如果当前用户不存在 则需要根据微信昵称注册一个帐号
openid = session[:wechat_openid]
openid = "asfsdf"
raise "无法获取到openid,请在微信中打开本页面" unless openid
us = UsersService.new