|
|
@@ -78,7 +78,6 @@ class PcIssueService extends BaseService
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '停止下注']);
|
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
|
- $text .= "PC极速28";
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
|
if ($image) $image = url($image);
|
|
|
@@ -91,7 +90,6 @@ class PcIssueService extends BaseService
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '封盘开奖']);
|
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
|
- $text .= "PC极速28";
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
|
if ($image) $image = url($image);
|
|
|
@@ -322,7 +320,6 @@ class PcIssueService extends BaseService
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '玩法规则']);
|
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
|
- $text .= "\n{$issue_no}\nPC极速28";
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
|
if ($image) {
|
|
|
@@ -337,7 +334,6 @@ class PcIssueService extends BaseService
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '开始下注']);
|
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
|
- $text .= "\n{$issue_no}\nPC极速28";
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
|
if ($image) {
|