刘桂岩 3 лет назад
Родитель
Сommit
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);