Commit 7563ac08 by 冷斌

update

parent 665393b4
...@@ -140,9 +140,6 @@ class Model_Login extends PhalApi_Model_NotORM { ...@@ -140,9 +140,6 @@ class Model_Login extends PhalApi_Model_NotORM {
->where('openid=? and login_type=? ',$openid,$type) ->where('openid=? and login_type=? ',$openid,$type)
->fetchOne(); ->fetchOne();
var_dump($info);
die;
$configpri=getConfigPri(); $configpri=getConfigPri();
if(!$info){ if(!$info){
/* 注册 */ /* 注册 */
......
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