seven 1 week ago
parent
commit
b768a25b54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -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);
         }