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