AuthorizeCallback.aspx 526 B

1234567891011121314151617
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AuthorizeCallback.aspx.cs" Inherits="LYFZ.WeixinServers.AuthorizeCallback" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>正在授权...</title>
  7. </head>
  8. <body>
  9. <form id="form1" runat="server">
  10. <div>
  11. <h3 id="h3Info" runat="server">正在授权并完成公众号接口绑定,请稍等...</h3>
  12. </div>
  13. </form>
  14. </body>
  15. </html>