Browse Source

修改bug

chenbo 4 years ago
parent
commit
1a088878b2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      api/wxinfo.php

+ 0 - 1
api/wxinfo.php

@@ -8,7 +8,6 @@
 try {
     $code = safeCheck($_POST["code"], 0);
     $jsUrl = safeCheck($_POST["jsUrl"], 0);
-    echo action_msg($jsUrl, 200);exit;
     $weixin_public = new weixin_public(APPID, APPSECRET, APPURI);
     $info = $weixin_public->getAllInfo($code, $jsUrl);
     echo action_msg($info, 200);