seven 1 일 전
부모
커밋
143bb2a591
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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){