From 762fbf018503ba22c6efda4db2f7d3f80d505c95 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:34:20 +0800 Subject: [PATCH] 1 --- app/common/library/wxserver/Server.php | 2 ++ 1 file changed, 2 insertions(+) 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();