|
@@ -86,6 +86,7 @@ class Index extends BaseController
|
|
'StartDate'=>'',
|
|
'StartDate'=>'',
|
|
'EndDate'=>''
|
|
'EndDate'=>''
|
|
]])); //请求获取接口
|
|
]])); //请求获取接口
|
|
|
|
+ var_dump($result);die;
|
|
Db::table('dianapiinfo')->where('Barcode',$code)->update(['pdf_xml'=>$result]);
|
|
Db::table('dianapiinfo')->where('Barcode',$code)->update(['pdf_xml'=>$result]);
|
|
$data = ((array)$result)['QueryReports2Result'];
|
|
$data = ((array)$result)['QueryReports2Result'];
|
|
$info = json_decode(json_encode($data),true);
|
|
$info = json_decode(json_encode($data),true);
|