|
@@ -21,27 +21,7 @@ class Index extends BaseController
|
|
|
public function getReport()
|
|
|
{
|
|
|
libxml_disable_entity_loader(false);
|
|
|
-// $opts = array(
|
|
|
-// 'ssl' => array(
|
|
|
-// 'verify_peer' => false
|
|
|
-// ),
|
|
|
-// 'https' => array(
|
|
|
-// 'curl_verify_ssl_peer' => false,
|
|
|
-// 'curl_verify_ssl_host' => false
|
|
|
-// )
|
|
|
-// );
|
|
|
-// $streamContext = stream_context_create($opts);
|
|
|
-// $client = new \SoapClient("http://112.103.134.89:10020/server.php?wsdl",
|
|
|
-// array(
|
|
|
-// 'stream_context' => $streamContext
|
|
|
-// ));
|
|
|
$client = new \SoapClient("http://112.103.134.89:10020/server.php?wsdl");
|
|
|
-
|
|
|
-// $client = new \SoapClient('http://localhost:8085/server.php?wsdl');
|
|
|
-// use_soap_error_handler(false);
|
|
|
-// $requestUrl = "localhost:8085/server.php?wsdl";
|
|
|
-// $options = array("trace" => 1, "cache_wsdl" => WSDL_CACHE_NONE,"exception" => 0,'location'=>'localhost:8085/server.php?wsdl','uri'=>'http://tempuri.org/');
|
|
|
-// $client = new \SoapClient($requestUrl, $options);
|
|
|
$data = [
|
|
|
'Barcode'=>'12203310010001'
|
|
|
]; //请求参数
|
|
@@ -67,6 +47,7 @@ class Index extends BaseController
|
|
|
$sql = "select * from dianApiInfo where Barcode='12203020024872'";
|
|
|
$result = mysqli_query($conn, $sql);
|
|
|
$info = mysqli_fetch_row($result);
|
|
|
+ var_dump($info);die;
|
|
|
if(!empty($info))
|
|
|
{
|
|
|
$return = [
|