diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 2b22707b..2b859cc4 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -559,6 +559,7 @@ class Server $data['auditid'] = $auditid; $result = $this->curlPost($url, json_encode($data)); $result = json_decode($result, true); + return $result; if (!empty($result) && intval($result['errcode']) == 0 && isset($result['status'])) { $status = intval($result['status']); $up = [];