|
|
@@ -167,7 +167,7 @@ class IssueService extends BaseService
|
|
|
if ($image) {
|
|
|
$image = url($image);
|
|
|
}
|
|
|
- self::bettingGroupNotice($text, $buttons, $image);
|
|
|
+ self::asyncBettingGroupNotice($text, $buttons, $image);
|
|
|
}
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '玩法规则']);
|
|
|
if ($replyInfo) {
|
|
|
@@ -180,7 +180,7 @@ class IssueService extends BaseService
|
|
|
if (empty($buttons)) {
|
|
|
$buttons = self::getOperateButton();
|
|
|
}
|
|
|
- self::bettingGroupNotice($text, $buttons, $image);
|
|
|
+ self::asyncBettingGroupNotice($text, $buttons, $image);
|
|
|
}
|
|
|
return ['code' => self::YES, 'msg' => '开始下注'];
|
|
|
}
|