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