Browse Source

允许换绑微信号

lizhen_gitee 1 year ago
parent
commit
2df4775817
1 changed files with 1 additions and 1 deletions
  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;