Ken 4 өдөр өмнө
parent
commit
4a0b262acc

+ 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) {