dever 6 éve
szülő
commit
1201cef143
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      lib/Base.php

+ 1 - 0
lib/Base.php

@@ -195,6 +195,7 @@ class Base
     # 合并用户
     public function combine($uid, $unionid, $col = 'unionid')
     {
+        return $uid;
     	$cur = $uid;
         if ($col == 'mobile' || $col == 'id') {
             $user_wechat = Dever::load('passport/user-all', array($col => $unionid));