chenbo il y a 4 ans
Parent
commit
4eeaa67a29
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      api/wxinfo.php

+ 1 - 0
api/wxinfo.php

@@ -9,6 +9,7 @@ try {
     $code = safeCheck($_POST["code"], 0);
     $jsUrl = safeCheck($_POST["jsUrl"], 0);
     $jsUrl = urldecode($jsUrl);
+    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);