刘桂岩 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);