刘桂岩 2 年之前
父節點
當前提交
c3d11680d6
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);