openid出错
This commit is contained in:
parent
babf30af0a
commit
f098e5358d
|
@ -152,7 +152,7 @@ class WechatsController < ActionController::Base
|
|||
end
|
||||
|
||||
def login
|
||||
@openid = request[:FromUserName] #TODO 安全性
|
||||
@openid = params[:openid] #TODO 安全性
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in New Issue