dever hace 6 años
padre
commit
c112295120
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Applet.php

+ 1 - 1
src/Applet.php

@@ -241,7 +241,7 @@ class Applet extends Base
                     Dever::load('passport/wechat-update', $wechat);
                 } elseif ($vinfo && $vinfo['id'] != $vid) {
                     $wechat['set_unionid'] = $unionid;
-                    $uid = $this->combine($uid, $unionid);
+                    //$uid = $this->combine($uid, $unionid);
                     $wechat['set_uid'] = $uid;
                     $wechat['where_id'] = $vid;
                     Dever::load('passport/wechat-update', $wechat);