Exemple #1
0
 public int Editwxbasic(WeiXinBasic basic)
 {
     using (var helper = new SqlHelper())
     {
         var id = new InternalWeiXinBasic(helper).Editwxbasic(basic);
         return(id);
     }
 }
Exemple #2
0
        public int Editwxbasicstep(int wxbasicid, string appid, string appsecret, int weixintype)
        {
            using (var helper = new SqlHelper())
            {
                int result = new InternalWeiXinBasic(helper).Editwxbasicstep(wxbasicid, appid, appsecret, weixintype);

                return(result);
            }
        }
Exemple #3
0
        public int Editwxbasicreply(int wxbasicid, string leavemsgreply, string attentionreply)
        {
            using (var helper = new SqlHelper())
            {
                int result = new InternalWeiXinBasic(helper).Editwxbasicreply(wxbasicid, leavemsgreply, attentionreply);

                return(result);
            }
        }
Exemple #4
0
        public int Editwxbasicstep1(int wxbasicid, int weixintype, int comid, string domain, string url, string token)
        {
            using (var helper = new SqlHelper())
            {
                int result = new InternalWeiXinBasic(helper).Editwxbasicstep1(wxbasicid, weixintype, comid, domain, url, token);

                return(result);
            }
        }
Exemple #5
0
        internal int ModifyWeiXinID(int id, string weixinoriginalid)
        {
            using (var helper = new SqlHelper())
            {
                int result = new InternalWeiXinBasic(helper).ModifyWeiXinID(id, weixinoriginalid);

                return(result);
            }
        }
Exemple #6
0
        public WeiXinBasic GetWeiXinBasicByDomain(string RequestDomin)
        {
            using (var helper = new SqlHelper())
            {
                WeiXinBasic basic = new InternalWeiXinBasic(helper).GetWeiXinBasicByDomain(RequestDomin);

                return(basic);
            }
        }
Exemple #7
0
        public WeiXinBasic GetWxBasicByComId(int comid)
        {
            using (var helper = new SqlHelper())
            {
                WeiXinBasic basic = new InternalWeiXinBasic(helper).GetWxBasicByComId(comid);

                return(basic);
            }
        }