From c09e7bc33620724ef6d4b89af1278b0c07e21cce Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:38:57 +0800 Subject: [PATCH] 1 --- app/common/library/wxserver/Server.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index e01e1782..c786cd0e 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -295,8 +295,6 @@ class Server $data['authorizer_refresh_token'] = $refresh_token; $result = $this->curlPost($url, json_encode($data)); $result = json_decode($result, true); - dump($result); - exit(); if ($result && !empty($result['authorizer_access_token'])) { Cache::set($appid . '_authorizer_access_token', $result['authorizer_access_token'], 6200); return $result['authorizer_access_token'];