seven před 1 měsícem
rodič
revize
4a2b683ff1
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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);
         }