seven 1 tuần trước cách đây
mục cha
commit
6847ecc709
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/Services/KeyboardService.php

+ 2 - 2
app/Services/KeyboardService.php

@@ -168,9 +168,9 @@ class KeyboardService extends BaseService
             
             // var_dump($buttons);
             foreach($buttons as $row){
-                
+                var_dump($row);
                 if(isset($row['text']) && $row['text'] == $keyword){
-                    var_dump($row['text']);
+                    
                     if(isset($row['url']) && !empty($row['url'])){
                         return self::menuEvent($chatId,$row['url']);
                     }