|
@@ -152,7 +152,7 @@ class IssueService extends BaseService
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '开始下注']);
|
|
|
if($replyInfo){
|
|
|
$text = $replyInfo->reply;
|
|
|
- $buttons = json_decode($replyInfo->reply,true);
|
|
|
+ $buttons = json_decode($replyInfo->buttons,true);
|
|
|
$image = $replyInfo->image;
|
|
|
self::bettingGroupNotice($text, $buttons, $image);
|
|
|
}
|