authFailed.php 1.0 KB

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <!--HTML5 doctype-->
  3. <html>
  4. <head>
  5. <title>壹管家宠物服务</title>
  6. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
  8. <meta name="apple-mobile-web-app-capable" content="yes">
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  10. <meta http-equiv="Pragma" content="no-cache">
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  12. <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/webapp/framework/ratchet-2.0.2/dist/css/ratchet.min.css">
  13. <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/webapp/framework/ratchet-2.0.2/dist/css/ratchet-theme-ios.min.css">
  14. </head>
  15. <body>
  16. <div class="content-padded">
  17. <h2>微信登录失败</h2>
  18. <a class="btn btn-primary btn-block" href="<?php echo $wxLoginURI; ?>">重新登录</a>
  19. </div>
  20. </body>
  21. </html>