seven 2 days ago
parent
commit
98288c4760
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -586,7 +586,7 @@ class IssueService extends BaseService
                 $text .= "组合:{$sumSize} {$sumOddEven} \n";
                 $text .= "极值:{$sumExtremeSize} \n";
                 $text .= "尾数:{$tail} \n";
-                $text .= "------------------\n";
+                $text .= "---------------------------\n";
             }
             self::telegram()->sendMessage([
                     'chat_id' => $memberId,