seven il y a 1 semaine
Parent
commit
b768a25b54
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
         }