|
|
@ -559,7 +559,6 @@ class Server |
|
|
|
$data['auditid'] = $auditid; |
|
|
|
$data['auditid'] = $auditid; |
|
|
|
$result = $this->curlPost($url, json_encode($data)); |
|
|
|
$result = $this->curlPost($url, json_encode($data)); |
|
|
|
$result = json_decode($result, true); |
|
|
|
$result = json_decode($result, true); |
|
|
|
return $result; |
|
|
|
|
|
|
|
if (!empty($result) && intval($result['errcode']) == 0 && isset($result['status'])) { |
|
|
|
if (!empty($result) && intval($result['errcode']) == 0 && isset($result['status'])) { |
|
|
|
$status = intval($result['status']); |
|
|
|
$status = intval($result['status']); |
|
|
|
$up = []; |
|
|
|
$up = []; |
|
|
|