4,250
社区成员




$client = new \SoapClient($wsdl, array(
'trace' => 1,
'encoding' => 'UTF-8',
'soap_version' => SOAP_1_1
));
'console' => array(
'router' => array(
'routes' => array(
'updaterepair' => array(
'options' => array(
'route' => 'updaterepair',
'defaults' => array(
'controller' => 'Bat\Controller\Bat01',
'action' => 'updaterepair'
)
)
)
)
)
)