wang hou sheng 10 months ago
parent 1866b333b3
commit 23dfe6e107
  1. 1
      app/common/library/wxserver/Server.php

@ -246,6 +246,7 @@ class Server
$list = [];
if ($token) {
$url = 'https://api.weixin.qq.com/wxa/gettemplatedraftlist?access_token=' . $token;
return [$url];
$result = $this->curlGet($url);
$result = json_decode($result, true);
if ($result && !empty($result['draft_list'])) {

Loading…
Cancel
Save