dever 6 年之前
父節點
當前提交
1201cef143
共有 1 個文件被更改,包括 1 次插入0 次删除
  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));