|
|
@@ -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){
|