|
@@ -81,7 +81,8 @@ class PcIssueService extends BaseService
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
$image = $replyInfo->image;
|
|
|
if ($image) $image = url($image);
|
|
if ($image) $image = url($image);
|
|
|
- self::asyncBettingGroupNotice($text, $buttons, $image);
|
|
|
|
|
|
|
+ //停止下注的信息不发了
|
|
|
|
|
+// self::asyncBettingGroupNotice($text, $buttons, $image);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 统计投注情况通知 xxxx期投注统计
|
|
// 统计投注情况通知 xxxx期投注统计
|