|
|
@@ -52,7 +52,7 @@ class Member extends Api
|
|
|
// 创建网体
|
|
|
(new UserPathModel())->createPath($user['id'], $parentID);
|
|
|
//添加推荐人奖励
|
|
|
- $ledgerWalletModel->changeWalletAccount($parentID, Asset::TOKEN, getConfig('direct_income'), $ledgerWalletModel::Share, $user['id']);
|
|
|
+ //$ledgerWalletModel->changeWalletAccount($parentID, Asset::TOKEN, getConfig('direct_income'), $ledgerWalletModel::Share, $user['id']);
|
|
|
}
|
|
|
}
|
|
|
} else { // 不存在
|
|
|
@@ -74,7 +74,7 @@ class Member extends Api
|
|
|
// 创建网体
|
|
|
(new UserPathModel())->createPath($newUserID, $parentID);
|
|
|
//推荐人奖励
|
|
|
- $ledgerWalletModel->changeWalletAccount($parentID, Asset::TOKEN, getConfig('direct_income'), $ledgerWalletModel::Share, $newUserID);
|
|
|
+ //$ledgerWalletModel->changeWalletAccount($parentID, Asset::TOKEN, getConfig('direct_income'), $ledgerWalletModel::Share, $newUserID);
|
|
|
}
|
|
|
}
|
|
|
}
|