seven 3 달 전
부모
커밋
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);
         }