Przeglądaj źródła

add Log::error($xml);

visuddhinanda 2 lat temu
rodzic
commit
91597f7341
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/Http/Api/MdRender.php

+ 1 - 0
app/Http/Api/MdRender.php

@@ -170,6 +170,7 @@ class MdRender{
          * 获取模版参数
          * 生成react 组件参数
          */
+        //Log::error($xml);
         try{
             $dom = simplexml_load_string($xml);
         }catch(\Exception $e){