|
@@ -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']){
|