瀏覽代碼

add Log::error($xml);

visuddhinanda 2 年之前
父節點
當前提交
91597f7341
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Http/Api/MdRender.php

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

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