seven 1 miesiąc temu
rodzic
commit
4a2b683ff1
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      app/Services/IssueService.php

+ 2 - 1
app/Services/IssueService.php

@@ -153,7 +153,8 @@ class IssueService extends BaseService
         if($replyInfo){
             self::log('开始下注通知: '.json_encode($replyInfo));
             $text = $replyInfo->reply;
-            $buttons = json_decode($replyInfo->buttons,true);
+            // $buttons = json_decode($replyInfo->buttons,true);
+            $buttons = [];
             $image = $replyInfo->image;
             self::bettingGroupNotice($text, $buttons, $image);
         }