diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 92279ba4..f52f8ac4 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -554,6 +554,8 @@ class Server public function getAuditStatus($appid, $auditid) { $access_token = $this->authorizerAccessToken($appid); + dump($auditid); + exit(); if ($access_token && $auditid) { dump('11111'); exit();