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'])) {