Explorar el Código

Merge branch 'wx-kw' into test

zqwang hace 1 año
padre
commit
436192718e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ;
             }