seven 11 小时之前
父节点
当前提交
1f2dddd244
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -338,7 +338,7 @@ class BetService extends BaseService
         foreach($list->toArray() as $k => $v){
             $profit = $v['profit'] - $v['amount'];
             // $text .= $v['issue_no']." ".$v['keywords']." ".$v['amount']." ".$v['profit']."\n";
-            $item = $v['issue_no']."--".$v['keywords'].rtrim(rtrim(number_format($v['amount'], 2, '.', ''), '0'), '.')."--".rtrim(rtrim(number_format($profit, 2, '.', ''), '0'), '.')."\n";
+            $item = $v['issue_no']."==".$v['keywords'].rtrim(rtrim(number_format($v['amount'], 2, '.', ''), '0'), '.')."==".rtrim(rtrim(number_format($profit, 2, '.', ''), '0'), '.')."\n";
             $text .= $item;
         }
         // $text .= "```\n";