seven 3 дней назад
Родитель
Сommit
d4213cc900
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/Services/BetService.php

+ 2 - 1
app/Services/BetService.php

@@ -321,7 +321,8 @@ class BetService extends BaseService
         $text = "";
         $text .= "期数 内容 金额 盈亏 \n";
         foreach($list->toArray() as $k => $v){
-            $text .= $v['issue_no']." ".$v['keywords']." ".$v['amount']." ".$v['profit']."\n";
+            // $text .= $v['issue_no']." ".$v['keywords']." ".$v['amount']." ".$v['profit']."\n";
+            $text .= $v['issue_no']."\n";
         }
         // $text .= "```\n";