|
|
|
|
@ -77,6 +77,7 @@ class EntrustController extends Controller
|
|
|
|
|
public function CreateRecordXml(Request $request)
|
|
|
|
|
{
|
|
|
|
|
$xmlString = $request->getContent(); // 获取请求的原始内容(XML)
|
|
|
|
|
|
|
|
|
|
$res = explode('<soap:Body>', $xmlString)[1];
|
|
|
|
|
$res = explode('</soap:Body>', $res)[0];
|
|
|
|
|
$xmlData = simplexml_load_string($res);
|
|
|
|
|
|