seven 1 dienu atpakaļ
vecāks
revīzija
143bb2a591
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/Services/SanJinRechargeService.php

+ 1 - 1
app/Services/SanJinRechargeService.php

@@ -219,7 +219,7 @@ class SanJinRechargeService extends BaseService
 
             $amount = $item->type == 2 ? "➖ {$amount}" : "➕ $amount";
             $text .= "-------------------------------------\n";
-            $text .= "订单类型:".($item->type == 1?"充值":"提现");
+            $text .= "订单类型:".($item->type == 1?"充值":"提现")." \n";
             $text .= "订单金额:{$amount} \n";
             $text .= "订单号:{$item->order_no}\n";
             if($item->type == 2){