|
@@ -256,6 +256,7 @@ class PcIssueService extends BaseService
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '玩法规则']);
|
|
$replyInfo = KeyboardService::findOne(['button' => '玩法规则']);
|
|
|
if ($replyInfo) {
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
$text = $replyInfo->reply;
|
|
|
|
|
+ $text .="\nPC28PPPPPPPPPPP";
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
$image = $replyInfo->image;
|
|
|
if ($image) {
|
|
if ($image) {
|
|
@@ -270,6 +271,7 @@ class PcIssueService extends BaseService
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '开始下注']);
|
|
$replyInfo = KeyboardService::findOne(['button' => '开始下注']);
|
|
|
if ($replyInfo) {
|
|
if ($replyInfo) {
|
|
|
$text = $replyInfo->reply;
|
|
$text = $replyInfo->reply;
|
|
|
|
|
+ $text .="\nPC28PPPPPPPPPPP";
|
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
$buttons = json_decode($replyInfo->buttons, true);
|
|
|
$image = $replyInfo->image;
|
|
$image = $replyInfo->image;
|
|
|
if ($image) {
|
|
if ($image) {
|