Browse Source

修复点击关键词回复

zqwang 1 year ago
parent
commit
8608f03ab9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/WechatPlatform/Services/WechatMenuService.php

+ 1 - 1
modules/WechatPlatform/Services/WechatMenuService.php

@@ -372,7 +372,7 @@ class WechatMenuService extends BaseService
         }
         foreach ($content as  $val){
 
-            if (isset($val[$key])){echo "<pre><hr>";
+            if (isset($val[$key])){
                $content  =  $val[$key];
                break ;
             }