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

@ -554,7 +554,16 @@ class Server
public function getAuditStatus($appid, $auditid)
{
$access_token = $this->authorizerAccessToken($appid);
dump($auditid);
if ($access_token) {
dump('token为真');
} else {
dump('token为假');
}
if ($auditid) {
dump('审核id为真');
} else {
dump('审核id为假');
}
exit();
if ($access_token && $auditid) {
dump('11111');

Loading…
Cancel
Save