lizhen_gitee 1 ano atrás
pai
commit
15c5b355e6

+ 2 - 2
application/api/controller/Notify.php

@@ -250,7 +250,7 @@ class Notify extends Api
         bcscale(2);
 
         //上级是一级邀请A,本人为B普、B1(二级邀请人),贡献给A
-        if($intro_userinfo['group_id'] == 3){
+        /*if($intro_userinfo['group_id'] == 3){
 
             $recharge_b2a_rate = config('site.recharge_b2a_rate');//b2a 与 b02a相等
             $jewelA = bcdiv(bcmul($gold,$recharge_b2a_rate),100);
@@ -263,7 +263,7 @@ class Notify extends Api
             }
 
             return true;//结束了
-        }
+        }*/
 
         //上级是二级邀请B1,本人C1,贡献给B和A(表面上说B的钱在A那里,但是有记录,有总额,不能提现即可)
         if($intro_userinfo['group_id'] == 2 && $intro_userinfo['group_id'] > $userinfo['group_id']){

+ 0 - 1
application/extra/site.php

@@ -100,7 +100,6 @@ return array (
 邀请推广须遵守法律法规,不得出现虚假 宣传、虚构事实、伪造信息、欺诈用户等 行为,否则平台将有权终止邀请推广资格 不予结算邀请推广费用。',
   'invite_recharge_rate' => '35',
   'invite_takecash_rate' => '10',
-  'recharge_b2a_rate' => '10',
   'recharge_c2a_rate' => '10',
   'recharge_d2c_rate' => '10',
   'shouyi_b2a_rate' => '10',