刘桂岩 hace 3 años
padre
commit
7c3390ae93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/controller/Index.php

+ 1 - 1
app/controller/Index.php

@@ -74,7 +74,7 @@ class Index extends BaseController
 //        try{
             $a2x = new array2xml();
             $data = $a2x->toXml($data);
-            var_dump(['ReqInfo'=>htmlspecialchars($data)]);die;
+            var_dump(['ReqInfo'=>htmlspecialchars($data)]);
             $result = $client->QueryReports2(['ReqInfo'=>$data]);   //请求获取接口
             var_dump($result);die;
             Db::table('dianapiinfo')->where('Barcode',$code)->update(['pdf_xml'=>$result]);