@@ -9,7 +9,6 @@ try {
$weixin_public = new weixin_public(APPID, APPSECRET, APPURI);
$redirectUrl = $weixin_public->redirectWithCode();
- usleep(50000);
echo action_msg($redirectUrl, 200);
exit;