From 142677bf0541c7a7d93756e2f710d2e338cd42fc Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:29:57 +0800 Subject: [PATCH] 1 --- app/common/library/wxserver/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 0a519230..ea8f9c03 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -301,7 +301,7 @@ class Server //return Cache::get($appid . '_authorizer_access_token'); } $refresh_token = $this->getRefreshToken($appid); - dump($refresh_token); + dump($appid); exit(); if ($refresh_token) { $token = $this->getComponentAccessToken();