seven преди 3 дни
родител
ревизия
10e71ac3e1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

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