|
|
@@ -52,7 +52,7 @@ class TopUpService
|
|
|
->whereIn('change_type', BalanceLogService::$RW)
|
|
|
->count();
|
|
|
|
|
|
- $text = "👤 {$firstName}({$chatId}) " . lang('钱包充值记录') . "\n\n";
|
|
|
+ $text = "👤 {$firstName}({$chatId}) " . lang('钱包流水记录') . "\n\n";
|
|
|
foreach ($list as $item) {
|
|
|
|
|
|
|