seven hace 3 días
padre
commit
b6c53abc1f
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      app/Services/BetService.php

+ 5 - 3
app/Services/BetService.php

@@ -1204,13 +1204,15 @@ class BetService extends BaseService
         }
 
         $text3 = "📝 {$issue_no}期投注统计 \n";
+        $text3 .= "玩法    总投 \n";
 
         if ($keywordsList) {
             ksort($keywordsList);
             foreach ($keywordsList as $k => $v) {
-                $text3 .= "玩法:{$k} \n";
-                $text3 .= "总注:{$v} \n";
-                $text3 .= "-------------- \n";
+                $text3 .= "{$k}    {$v} \n";
+                // $text3 .= "玩法:{$k} \n";
+                // $text3 .= "总注:{$v} \n";
+                // $text3 .= "-------------- \n";
             }
         }
         $inlineButton = self::getOperateButton();