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