Browse Source

测试代码

chenbo 4 years ago
parent
commit
028033f7c8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      api/login.php

+ 0 - 1
api/login.php

@@ -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;