openid出错

This commit is contained in:
guange 2016-01-19 15:12:00 +08:00
parent babf30af0a
commit f098e5358d
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class WechatsController < ActionController::Base
end
def login
@openid = request[:FromUserName] #TODO 安全性
@openid = params[:openid] #TODO 安全性
end
private