|
|
@ -225,7 +225,7 @@ class Server |
|
|
|
{ |
|
|
|
{ |
|
|
|
$access_token = $this->authorizerAccessToken($appid); |
|
|
|
$access_token = $this->authorizerAccessToken($appid); |
|
|
|
$url = 'https://api.weixin.qq.com/wxa/getversioninfo?access_token=' . $access_token; |
|
|
|
$url = 'https://api.weixin.qq.com/wxa/getversioninfo?access_token=' . $access_token; |
|
|
|
$result = $this->curlPost($url, json_encode([])); |
|
|
|
$result = $this->curlPost($url, '{}'); |
|
|
|
$result = json_decode($result, true); |
|
|
|
$result = json_decode($result, true); |
|
|
|
dump($result); |
|
|
|
dump($result); |
|
|
|
exit(); |
|
|
|
exit(); |
|
|
|