diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index f52f8ac4..f2409976 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -554,7 +554,16 @@ class Server public function getAuditStatus($appid, $auditid) { $access_token = $this->authorizerAccessToken($appid); - dump($auditid); + if ($access_token) { + dump('token为真'); + } else { + dump('token为假'); + } + if ($auditid) { + dump('审核id为真'); + } else { + dump('审核id为假'); + } exit(); if ($access_token && $auditid) { dump('11111');