using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace LYFZ.WeixinServers.WeiXinAPP { public partial class SetPassword : System.Web.UI.Page { public int cuid=-1; protected void Page_Load(object sender, EventArgs e) { CommonHandler.CheckLoginJump(this); cuid=CommonHandler.GetAdminUser(this).ID; } } }