刘桂岩 2 年之前
父节点
当前提交
c1324dbad3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controller/Index.php

+ 1 - 0
app/controller/Index.php

@@ -70,6 +70,7 @@ class Index extends BaseController
             'ClinicID'=>$code
         ];   //请求参数
 //        try{
+        print_r($client->__getFunctions());
             $result = $client->QueryReports2($data);   //请求获取接口
             var_dump($result);die;
             Db::table('dianapiinfo')->where('Barcode',$code)->update(['pdf_xml'=>$result]);