seven 1 周之前
父節點
當前提交
b768a25b54
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
         }