Explorar o código

允许换绑微信号

lizhen_gitee hai 1 ano
pai
achega
2df4775817
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/api/controller/User.php

+ 1 - 1
application/api/controller/User.php

@@ -717,7 +717,7 @@ class User extends Api
         }
 
         if(!empty($this->auth->wechat_openid)){
-            $this->error('已经绑定了微信号');
+            //$this->error('已经绑定了微信号');
         }
 
         $otherUserWhere['wechat_openid'] = $wechat_openid;