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