|
@@ -35,7 +35,7 @@ class Index extends BaseController
|
|
// array(
|
|
// array(
|
|
// 'stream_context' => $streamContext
|
|
// 'stream_context' => $streamContext
|
|
// ));
|
|
// ));
|
|
- $client = new \SoapClient("http://112.103.134.89:10020/server.php?wsdl")
|
|
|
|
|
|
+ $client = new \SoapClient("http://112.103.134.89:10020/server.php?wsdl");
|
|
$data = [
|
|
$data = [
|
|
'Barcode'=>'12203310010001'
|
|
'Barcode'=>'12203310010001'
|
|
]; //请求参数
|
|
]; //请求参数
|