|
@@ -151,6 +151,7 @@ class IssueService extends BaseService
|
|
|
// $text .= "🔥🔥🔥🔥🔥开始下注🔥🔥🔥🔥🔥\n";
|
|
// $text .= "🔥🔥🔥🔥🔥开始下注🔥🔥🔥🔥🔥\n";
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '开始下注']);
|
|
$replyInfo = KeyboardService::findOne(['button' => '开始下注']);
|
|
|
if($replyInfo){
|
|
if($replyInfo){
|
|
|
|
|
+ self::log('开始下注通知: '.json_encode($replyInfo));
|
|
|
$text = $replyInfo->reply;
|
|
$text = $replyInfo->reply;
|
|
|
$buttons = json_decode($replyInfo->buttons,true);
|
|
$buttons = json_decode($replyInfo->buttons,true);
|
|
|
$image = $replyInfo->image;
|
|
$image = $replyInfo->image;
|