chenbo 5 år sedan
förälder
incheckning
965a5d7d55
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      api/login.php

+ 1 - 0
api/login.php

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