|
@@ -203,10 +203,10 @@ class BalanceLogService extends BaseService
|
|
|
$text = lang("流水历史")." \n";
|
|
$text = lang("流水历史")." \n";
|
|
|
foreach ($list as $item) {
|
|
foreach ($list as $item) {
|
|
|
$text .= "---------------------\n";
|
|
$text .= "---------------------\n";
|
|
|
- $text .= "日期: {$item['date']} \n";
|
|
|
|
|
- $text .= "流水: {$item['flow']} \n";
|
|
|
|
|
- $text .= "返水: {$item['refund']} \n";
|
|
|
|
|
- $text .= "盈利: {$item['profit']} \n";
|
|
|
|
|
|
|
+ $text .= lang("日期").": {$item['date']} \n";
|
|
|
|
|
+ $text .= lang("流水").": {$item['flow']} \n";
|
|
|
|
|
+ $text .= lang("返水").": {$item['refund']} \n";
|
|
|
|
|
+ $text .= lang("盈利").": {$item['profit']} \n";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$keyboard = [[
|
|
$keyboard = [[
|