|
@@ -114,7 +114,7 @@ class ActivityUserService extends BaseService
|
|
|
$text = "余额变动通知\n";
|
|
$text = "余额变动通知\n";
|
|
|
$text .= "变动金额:" . ($amount > 0 ? '+' : '') . "{$amount}\n";
|
|
$text .= "变动金额:" . ($amount > 0 ? '+' : '') . "{$amount}\n";
|
|
|
$text .= "总余额为:{$availableBalance}\n";
|
|
$text .= "总余额为:{$availableBalance}\n";
|
|
|
- $text .= "说明:活动赠送";
|
|
|
|
|
|
|
+ $text .= "说明:优惠活动赠送";
|
|
|
TopUpService::notifyTransferSuccess($memberId, $text);
|
|
TopUpService::notifyTransferSuccess($memberId, $text);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|