|
|
@@ -223,7 +223,7 @@ class Payment
|
|
|
$inviteInfo = MemberModel::getInviteInfo($userId);
|
|
|
$inviteId = isset($inviteInfo['invite_id'])? $inviteInfo['invite_id'] : 0;
|
|
|
if($inviteInfo && $inviteId>0){
|
|
|
- PRedis::set('markets:recharge:entry' . $outTradeNo, ['notify' => $notifyData, 'inviteInfo'=> $inviteInfo, 'params' => $params], 7200);
|
|
|
+ PRedis::set('markets:recharge:entry' . $outTradeNo, ['notify' => $notifyData, 'inviteInfo'=> $inviteInfo, 'params' => $params], 3*24*3600);
|
|
|
Award::marketAward($inviteId, $userId, 8, $orderPayMoney);
|
|
|
}
|
|
|
|