首页 > PHP资讯 > 工具库 > 微信公众号中用户分组管理.NET实例详解

微信公众号中用户分组管理.NET实例详解

工具库
Model层实体类:

 public class UserList  {    public string total { get; set; }    public string count { get; set; }    public userlistopenid data { get; set; }    public string next_openid { get; set; }  }
  public class userlistopenid  {    public List openid { get; set; }  }
 public class WxGroupsInfo  {    public string Group_ID { get; set; }//分组编号    public string Group_Name { get; set; }//分组名称    public string Group_Count { get; set; }//分组人数  }

WX.aspx内容:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WX.aspx.cs" Inherits="test.WX" %>                  <script src="js/jquery-1.11.2.min.js">《script》    <script type="text/javascript">      //修改分组名称调用的函数      function EditRoster(PayNo, name) {        //alert(PayNo+":"+name);        var url = 'Edit.aspx?id=' + PayNo + "&name=" + name; //转向网页的地址;         var name = 'add'; //网页名称,可为空;         var iWidth = 600; //弹出窗口的宽度;         var iHeight = 300; //弹出窗口的高度;         //获得窗口的垂直位置         var iTop = (window.screen.availHeight - 30 - iHeight) / 2;        //获得窗口的水平位置         var iLeft = (window.screen.availWidth - 10 - iWidth) / 2;        window.open(url, name, 'height=' + iHeight + ',innerHeight=' + iHeight + ',width=' + iWidth + ',innerWidth=' + iWidth + ',top=' + iTop + ',left=' + iLeft + ',status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=0,titlebar=no');      }      $(document).ready(function() {        $(".newGroups").click(function() {            $("#shownewgroupzhezhaoceng").show();            $("#shownewgroup").show();          }),          $('.closeloginpage').click(function() {            $("#shownewgroupzhezhaoceng").hide();            $("#shownewgroup").hide();          });      });    《script》        

分组管理

新建分组 )er.location.reload();this.close();", true); } else { ScriptManager.RegisterClientScriptBlock(this.Page, this.GetType(), "", "alert('修改失败!');this.close();", true); } } }

buttonbg.png

以上就是微信公众号中用户分组管理.NET实例详解的详细内容,更多请关注php中文网其它相关文章!

工具库

本文由欣才IT学院整理发布,未经许可,禁止转载。
支持45不支持0