seven 1 tháng trước cách đây
mục cha
commit
4a2b683ff1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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);
         }