|
@@ -1132,7 +1132,7 @@ class UserCenter extends Base
|
|
|
];
|
|
|
$headers = [];
|
|
|
array_push($headers, "Content-Type".":"."application/json; charset=UTF-8");
|
|
|
- $url = 'http://cloudauth.aliyuncs.com?InitFaceVerify';
|
|
|
+ $url = 'http://cloudauth.aliyuncs.com?action=InitFaceVerify';
|
|
|
$result = curlRequest($url,$headers,json_encode($data),'POST');
|
|
|
//将xml格式转化为json格式
|
|
|
$jsonXml = json_encode(simplexml_load_string($result, 'SimpleXMLElement', LIBXML_NOCDATA));
|