Ken há 4 dias atrás
pai
commit
4a0b262acc
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app/Services/BetService.php

+ 1 - 0
app/Services/BetService.php

@@ -233,6 +233,7 @@ class BetService extends BaseService
 
             // 群通知
             $inlineButton = self::getOperateButton();
+            $groupText.="\n--------\n";
             self::asyncBettingGroupNotice($groupText, $inlineButton);   // 异步群通知
             DB::commit();
         } catch (Exception $e) {