From a96731ebf6f89cfa07a5ead44bbb43dabd5c55de Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:50:02 +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 13afd5ba..18a3d263 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -240,7 +240,7 @@ class Server public function getTemplatedraftlist() { if (Cache::has('wx_server_drafttemplatelist')) { - //return Cache::get('wx_server_drafttemplatelist'); + return Cache::get('wx_server_drafttemplatelist'); } $token = $this->getStableAccessToken(); $list = [];