wang hou sheng 8 months ago
parent 76777fbe0f
commit fba8de512d
  1. 3
      app/common/library/wxserver/Server.php

@ -554,10 +554,9 @@ class Server
public function getAuditStatus($appid, $auditid)
{
$access_token = $this->authorizerAccessToken($appid);
dump($access_token);
dump($auditid);
if ($access_token && $auditid) {
dump('11111');
exit();
$url = 'https://api.weixin.qq.com/wxa/get_auditstatus?access_token=' . $access_token;
$data['auditid'] = $auditid;
$result = $this->curlPost($url, json_encode($data));

Loading…
Cancel
Save