|
|
@@ -74,7 +74,7 @@ class SanJinRechargeService
|
|
|
if ($v['type'] == $paymentType) {
|
|
|
|
|
|
if($v['type'] == 'zfbge'){
|
|
|
- $rechargeText = "充值金额:".implode($v['fixed']);
|
|
|
+ $rechargeText = "充值金额:".implode($v['fixed'])." \n";
|
|
|
}else{
|
|
|
if ($min == 0) {
|
|
|
$min = $v['min'];
|
|
|
@@ -99,7 +99,7 @@ class SanJinRechargeService
|
|
|
if($rechargeText){
|
|
|
$text .= $rechargeText;
|
|
|
}else{
|
|
|
- $text .= "充值金额:{$min} - {$max}";
|
|
|
+ $text .= "充值金额:{$min} - {$max} \n";
|
|
|
}
|
|
|
|
|
|
$text .= "🔔 提示:请务必核对(充值最大金额和最小金额,账号信息一致),若不一致无法到账。";
|