From ba7edb22f327dd047a29933d03078cf567047021 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Wed, 10 Apr 2024 08:48:23 +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 5dacd6b5..c532fd98 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -227,6 +227,8 @@ class Server $url = 'https://api.weixin.qq.com/wxa/getversioninfo?access_token=' . $access_token; $result = $this->curlPost($url, json_encode([])); $result = json_decode($result, true); + dump($result); + exit(); if ($result && !empty($result['errmsg']) && $result['errmsg'] == 'ok') { $up = []; if (!empty($result['exp_info'])) {