|
|
@@ -220,6 +220,10 @@ class IssueService extends BaseService
|
|
|
// self::bettingGroupNotice($text, $buttons, $image);
|
|
|
self::asyncBettingGroupNotice($text, $buttons, $image);
|
|
|
}
|
|
|
+
|
|
|
+ // 投注情况通知
|
|
|
+ BetService::statNotice($info->issue_no);
|
|
|
+
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '封盘开奖']);
|
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
|
@@ -232,8 +236,7 @@ class IssueService extends BaseService
|
|
|
self::asyncBettingGroupNotice($text, $buttons, $image);
|
|
|
}
|
|
|
|
|
|
- // 投注情况通知
|
|
|
- BetService::statNotice($info->issue_no);
|
|
|
+
|
|
|
|
|
|
return ['code' => self::YES, 'msg' => '封盘成功'];
|
|
|
}
|