wupengfei 2 years ago
parent
commit
99fa0a940e
1 changed files with 2 additions and 3 deletions
  1. 2 3
      application/api/controller/UserCenter.php

+ 2 - 3
application/api/controller/UserCenter.php

@@ -628,9 +628,8 @@ class UserCenter extends Base
             $this->error('自己无法转赠给自己');
         }
         //防止两两转赠
-        if($info['to_mid'] == $member['id']){
-            $this->error('不可相互转赠');
-        }
+        //if($info['to_mid'] == $member['id']) $this->error('不可相互转赠');
+
 
         if (!$info['collectors_hash'] && $info['type'] != 3) $this->error('发放中,无法转赠');