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

+ 2 - 2
app/Services/BetService.php

@@ -319,10 +319,10 @@ class BetService extends BaseService
 
         // $text = "```\n";
         $text = "";
-        $text .= "期数 内容 金额 盈亏 \n";
+        $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']." ".$v['amount']." ".$v['profit']."\n";
+            $item = $v['keywords']." ".$v['amount']." ".$v['profit']."\n";
             $text .= $item;
         }
         // $text .= "```\n";