wang hou sheng 8 months ago
parent a2ab0c4f65
commit 762fbf0185
  1. 2
      app/common/library/wxserver/Server.php

@ -554,6 +554,8 @@ class Server
public function getAuditStatus($appid, $auditid)
{
$access_token = $this->authorizerAccessToken($appid);
dump($auditid);
exit();
if ($access_token && $auditid) {
dump('11111');
exit();

Loading…
Cancel
Save