微信用户激活修改
This commit is contained in:
parent
22e4e56029
commit
2f8b459a6f
|
@ -16,7 +16,6 @@ module Mobile
|
|||
unless current_user
|
||||
#如果当前用户不存在 则需要根据微信昵称注册一个帐号
|
||||
openid = session[:wechat_openid]
|
||||
openid = "asfsdf"
|
||||
raise "无法获取到openid,请在微信中打开本页面" unless openid
|
||||
us = UsersService.new
|
||||
|
||||
|
|
Loading…
Reference in New Issue