摘要:
$client = new SoapClient ($this->webServiceUrl); $client->soap_defencoding = 'utf-8'; $client->xml_encoding = 'utf-8'; $param = array('arg0'=>$context);//参数拼接xml字符串 $result = $client->managementMemb... 阅读全文
posted @ 2019-03-29 00:09
风79
阅读(147)
评论(0)
推荐(0)