seven 4 ngày trước cách đây
mục cha
commit
10e71ac3e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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";