seven 2 өдөр өмнө
parent
commit
4c93757e50

+ 1 - 1
app/Services/TopUpService.php

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

+ 1 - 1
app/Services/WalletService.php

@@ -243,7 +243,7 @@ class WalletService extends BaseService
         $keyboard = [
             [
                 ['text' => '➕充值', 'callback_data' => "topup@@topup"],
-                ['text' => '🧾充值账单', 'callback_data' => "topup@@bill"],
+                ['text' => '🧾账单', 'callback_data' => "topup@@bill"],
             ],
             [
                 ['text' => '➕ 提现', 'callback_data' => "withdraw@@apply"],