seven 2 주 전
부모
커밋
c3699cfda4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Services/BaseService.php

+ 2 - 2
app/Services/BaseService.php

@@ -223,8 +223,8 @@ class BaseService
         $replyInfo = KeyboardService::findOne(['button' => '投注菜单']);
         
         if($replyInfo && $replyInfo->buttons){
-            $buttons = json_decode($replyInfo->reply, true);
-            var_dump($buttons);
+            $buttons = json_decode($replyInfo->buttons, true);
+            
            foreach ($buttons as $row) {
                 $inlineButton[] = [];
                 foreach ($row as $button) {