From 23dfe6e107f2280247001dfb75fb3f40ba33f154 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:44:57 +0800 Subject: [PATCH] 1 --- app/common/library/wxserver/Server.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index f9fb9829..8b8276bf 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -246,6 +246,7 @@ class Server $list = []; if ($token) { $url = 'https://api.weixin.qq.com/wxa/gettemplatedraftlist?access_token=' . $token; + return [$url]; $result = $this->curlGet($url); $result = json_decode($result, true); if ($result && !empty($result['draft_list'])) {