Commit 29907264 by 冷斌

fix bug

parent d2bc2636
...@@ -48,7 +48,9 @@ class PassportAction extends CommonAction ...@@ -48,7 +48,9 @@ class PassportAction extends CommonAction
public function wxLogin($openid) public function wxLogin($openid)
{ {
$uid = M('user_openid')->where(['open_id' => $openid, 'type' => 1])->getField('uid');
var_dump($uid);
die;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment