wang hou sheng 8 months ago
parent 3c16874aef
commit 22128a5538
  1. 2
      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'])) {

Loading…
Cancel
Save