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