|
|
@@ -53,6 +53,10 @@ class PcIssueService extends BaseService
|
|
|
if ($image) $image = url($image);
|
|
|
self::asyncBettingGroupNotice($text, $buttons, $image);
|
|
|
}
|
|
|
+
|
|
|
+ // 统计投注情况通知 xxxx期投注统计
|
|
|
+ BetService::statNotice($item->issue_no);
|
|
|
+
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '封盘开奖']);
|
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
|
@@ -62,9 +66,6 @@ class PcIssueService extends BaseService
|
|
|
if ($image) $image = url($image);
|
|
|
self::asyncBettingGroupNotice($text, $buttons, $image);
|
|
|
}
|
|
|
-
|
|
|
- // 统计投注情况通知 xxxx期投注统计
|
|
|
- BetService::statNotice($item->issue_no);
|
|
|
}
|
|
|
|
|
|
|