seven há 2 dias atrás
pai
commit
c82999bf9e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      app/Services/SanJinRechargeService.php

+ 2 - 2
app/Services/SanJinRechargeService.php

@@ -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 .= "🔔 提示:请务必核对(充值最大金额和最小金额,账号信息一致),若不一致无法到账。";