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

+ 1 - 0
app/controller/Index.php

@@ -86,6 +86,7 @@ class Index extends BaseController
                     'StartDate'=>'',
                     'EndDate'=>''
                 ]]));   //请求获取接口
+        var_dump($result);die;
             Db::table('dianapiinfo')->where('Barcode',$code)->update(['pdf_xml'=>$result]);
             $data = ((array)$result)['QueryReports2Result'];
             $info = json_decode(json_encode($data),true);