This commit is contained in:
parent
8e66ab6a41
commit
80feca0c8c
|
@ -153,6 +153,6 @@ class WechatsController < ActionController::Base
|
|||
private
|
||||
def user_binded?
|
||||
openid = request[:FromUserName]
|
||||
uw = UserWechat.where(:openid, open).first
|
||||
uw = UserWechat.where(:openid => open).first
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue