dever 6 jaren geleden
bovenliggende
commit
1c26667185
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      lib/Base.php

+ 0 - 1
lib/Base.php

@@ -195,7 +195,6 @@ 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));