|
@@ -56,7 +56,7 @@ class TopUpService
|
|
|
$amount = $amount < 0 ? ("➖ " . ($amount * -1)) : "➕ $amount";
|
|
$amount = $amount < 0 ? ("➖ " . ($amount * -1)) : "➕ $amount";
|
|
|
$balance = floatval($item->after_balance);
|
|
$balance = floatval($item->after_balance);
|
|
|
$text .= "-------------------------------------\n";
|
|
$text .= "-------------------------------------\n";
|
|
|
- $text .= "{$amount} USDT\n余额:{$balance} \n";
|
|
|
|
|
|
|
+ $text .= "{$amount} \n余额:{$balance} \n";
|
|
|
$text .= "类别:{$item->change_type}\n";
|
|
$text .= "类别:{$item->change_type}\n";
|
|
|
if ($item->remark) {
|
|
if ($item->remark) {
|
|
|
$text .= "说明:{$item->remark}\n";
|
|
$text .= "说明:{$item->remark}\n";
|