修改兑换商品管理

This commit is contained in:
lym
2026-03-13 00:35:44 +08:00
parent 92ced2aad2
commit be6ee77e38
44 changed files with 396 additions and 323 deletions

View File

@@ -605,7 +605,7 @@ namespace Mtxfw.VipSite
if (new DAL.user_YZMs().GetCount("utype=" + gtype + " And phone='" + phone + "' And DateDiff(dy,addtime,getdate())=0") < 30)
{
string strYZM = new CheckCode().RandNum(4);
string strconent = "您好!您的" + (t == 0 ? "手机" : "邮箱") + "验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【银花优选】";
string strconent = "您好!您的" + (t == 0 ? "手机" : "邮箱") + "验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【任E森命】";
try
{
Model.user_YZMs mymodel = new Model.user_YZMs();
@@ -624,7 +624,7 @@ namespace Mtxfw.VipSite
}
else
{
Mtxfw.Utility.Common.SendEmail(phone, "银花优选系统验证码", strconent);
Mtxfw.Utility.Common.SendEmail(phone, "任E森命系统验证码", strconent);
}
context.Session["GLRandNum"] = "";
data = "{\"status\":1,\"msg\":\"发送成功\",\"yzid\":\"" + mymodel.YZID + "\"}";
@@ -737,7 +737,7 @@ namespace Mtxfw.VipSite
{
string strYZM = new CheckCode().RandNum(4);
daoUser.UpdatePhoneTime(strYZM, DateTime.Now, umodel.Id);
string strconent = "您好!您的" + (t == 0 ? "手机" : "邮箱") + "验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【银花优选】";
string strconent = "您好!您的" + (t == 0 ? "手机" : "邮箱") + "验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【任E森命】";
try
{
if (t == 0)
@@ -747,7 +747,7 @@ namespace Mtxfw.VipSite
}
else
{
Mtxfw.Utility.Common.SendEmail(phone, "银花优选系统验证码", strconent);
Mtxfw.Utility.Common.SendEmail(phone, "任E森命系统验证码", strconent);
}
data = "{\"status\":1,\"msg\":\"发送成功!\"}";
}
@@ -832,7 +832,7 @@ namespace Mtxfw.VipSite
{
string strYZM = new CheckCode().RandNum(4);
daoUser.UpdatePhoneTime(strYZM, DateTime.Now, umodel.Id);
string strconent = "您好!您的手机验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【银花优选】";
string strconent = "您好!您的手机验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【任E森命】";
try
{
@@ -906,7 +906,7 @@ namespace Mtxfw.VipSite
{
string strYZM = new CheckCode().RandNum(4);
daoUser.UpdatePhoneTime(strYZM, DateTime.Now, umodel.Id);
string strconent = "您好!您的" + (umodel.Phone != "" ? "手机" : "邮箱") + "验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【银花优选】";
string strconent = "您好!您的" + (umodel.Phone != "" ? "手机" : "邮箱") + "验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【任E森命】";
try
{
if (umodel.Phone != "")
@@ -916,7 +916,7 @@ namespace Mtxfw.VipSite
}
else
{
Mtxfw.Utility.Common.SendEmail(umodel.Email, "银花优选系统验证码", strconent);
Mtxfw.Utility.Common.SendEmail(umodel.Email, "任E森命系统验证码", strconent);
}
data = "{\"status\":1,\"msg\":\"发送成功!\"}";
}
@@ -1006,7 +1006,7 @@ namespace Mtxfw.VipSite
{
string strYZM = new CheckCode().RandNum(4);
daoUser.UpdatePhoneTime(strYZM, DateTime.Now, umodel.Id);
string strconent = "您好!您的手机验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【银花优选】";
string strconent = "您好!您的手机验证码为" + strYZM + ",此验证码30分钟内有效,请及时验证!【任E森命】";
try
{
Mtxfw.Utility.Common.sendsms(umodel.Phone, "2537210", strYZM, config);
@@ -3962,7 +3962,7 @@ namespace Mtxfw.VipSite
bmodel.ContactPeople = accountname;//银行开户人
bmodel.ContactPhone = tel;//联系电话
bmodel.ApplyTime = DateTime.Now;
bmodel.CompanyId = "0";//0银花优选1普民慧2普惠生活
bmodel.CompanyId = "0";//0任E森命1普民慧2普惠生活
bmodel.Discount = (strFilePath.IndexOf("http") == -1 ? config.webUrl : "") + strFilePath;
bmodel.xcoo = latitude;
bmodel.ycoo = longitude;
@@ -3991,7 +3991,7 @@ namespace Mtxfw.VipSite
logmodel.MemberId = model.Id;
logmodel.AddTime = DateTime.Now;
logmodel.IP = Mtxfw.Utility.Common.GetIP;
logmodel.Body = "银花优选APP申请线下门店";
logmodel.Body = "任E森命APP申请线下门店";
logmodel.UType = 2;
logmodel.gtype = model.gtype;
new DAL.User_CZ_log().Add(logmodel);
@@ -4169,7 +4169,7 @@ namespace Mtxfw.VipSite
bmodel.ContactPeople = accountname;//银行开户人
bmodel.ContactPhone = tel;//联系电话
bmodel.ApplyTime = DateTime.Now;
bmodel.CompanyId = "0";//0银花优选1普民慧2普惠生活
bmodel.CompanyId = "0";//0任E森命1普民慧2普惠生活
bmodel.Discount = "";
bmodel.xcoo = latitude;
bmodel.ycoo = longitude;
@@ -4183,7 +4183,7 @@ namespace Mtxfw.VipSite
logmodel.MemberId = model.Id;
logmodel.AddTime = DateTime.Now;
logmodel.IP = Mtxfw.Utility.Common.GetIP;
logmodel.Body = "银花优选APP申请修改门店资料";
logmodel.Body = "任E森命APP申请修改门店资料";
logmodel.UType = 2;
logmodel.gtype = model.gtype;
new DAL.User_CZ_log().Add(logmodel);
@@ -12114,7 +12114,7 @@ namespace Mtxfw.VipSite
daojl2.UpdateSeef("seef", 1, "seeftime", dt, mjl2.Id);
if (config.webMoney59 != "")
{
string strconent = "您好!有会员提货,请及时处理!【银花优选】";
string strconent = "您好!有会员提货,请及时处理!【任E森命】";
try
{
Mtxfw.Utility.Common.sendsms(config.webMoney59, "1510662", null, config);
@@ -20678,7 +20678,7 @@ namespace Mtxfw.VipSite
Modelorder.ttype0 = utype0;
Modelorder.peitype = peitype;
Modelorder.ptype = ptype;
Modelorder.ifxhpt = 1;//0银花优选订单1银花优选订单
Modelorder.ifxhpt = 1;//0任E森命订单1任E森命订单
Modelorder.gtype = gtype;
int OrderID = daoorder.Add(Modelorder);
daoorder.Updateptgroup(umodel.SJRememberID, OrderID);
@@ -21465,7 +21465,7 @@ namespace Mtxfw.VipSite
logmodel.MemberId = umodel.Id;
logmodel.AddTime = dt;
logmodel.IP = (umodel.Id == 8714 ? "223.104.162.201" : Mtxfw.Utility.Common.GetIP);
logmodel.Body = "银花优选" + (ifweb == 0 ? "app" : "web") + "购买商品" + ZSubTotal.ToString("f2") + "元,支付方式:" + strzftitle;
logmodel.Body = "任E森命" + (ifweb == 0 ? "app" : "web") + "购买商品" + ZSubTotal.ToString("f2") + "元,支付方式:" + strzftitle;
logmodel.UType = 0;
logmodel.gtype = gtype;
new DAL.User_CZ_log().Add(logmodel);
@@ -23874,7 +23874,7 @@ namespace Mtxfw.VipSite
{
if (config.webMoney59 != "")
{
string strconent = "您好!有会员提货,请及时处理!【银花优选】";
string strconent = "您好!有会员提货,请及时处理!【任E森命】";
try
{
Mtxfw.Utility.Common.sendsms(config.webMoney59, "1510662", null, config);
@@ -32879,7 +32879,7 @@ namespace Mtxfw.VipSite
string QianBao0 = Dr["QianBao0"].ToString();
string umoney32 = (Convert.ToDouble(Dr["umoney"])- Convert.ToDouble(Dr["umoney17"])).ToString();
string umoney33 = Convert.ToDouble(Dr["umoney22"]).ToString();
strdata += "{\"qianbao\":\"" + QianBao + "\",\"time\":\"" + QBTime + "\",\"tjqianbao\":\"" + QianBao0 + "\",\"company\":\"银花优选\",\"userid\":\"" + UserName + "\",\"name\":\"" + RealName + "\",\"L1\":\"" + umoney32 + "\",\"L2\":\"" + umoney33 + "\"";
strdata += "{\"qianbao\":\"" + QianBao + "\",\"time\":\"" + QBTime + "\",\"tjqianbao\":\"" + QianBao0 + "\",\"company\":\"任E森命\",\"userid\":\"" + UserName + "\",\"name\":\"" + RealName + "\",\"L1\":\"" + umoney32 + "\",\"L2\":\"" + umoney33 + "\"";
strdata += "}";
if (i != ds.Tables[0].Rows.Count - 1)
{
@@ -32926,7 +32926,7 @@ namespace Mtxfw.VipSite
string O_Payed_Date = Dr["O_Payed_Date"].ToString();
string QianBao = Dr["QianBao"].ToString();
strdata += "{\"id\":\"" + oid + "\",\"orderid\":\"" + orderid + "\",\"qianbao\":\"" + QianBao + "\",\"company\":\"银花优选\",\"totalprice\":\"" + Totalprice + "\",\"integral\":\"" + Totalprice5 + "\",\"time\":\"" + O_Payed_Date + "\"";
strdata += "{\"id\":\"" + oid + "\",\"orderid\":\"" + orderid + "\",\"qianbao\":\"" + QianBao + "\",\"company\":\"任E森命\",\"totalprice\":\"" + Totalprice + "\",\"integral\":\"" + Totalprice5 + "\",\"time\":\"" + O_Payed_Date + "\"";
strdata += "}";
if (i != ds.Tables[0].Rows.Count - 1)
{
@@ -33848,7 +33848,7 @@ namespace Mtxfw.VipSite
logmodel0.MemberId = umodel.ActivateBusID;
logmodel0.AddTime = DateTime.Now;
logmodel0.IP = Mtxfw.Utility.Common.GetIP;
logmodel0.Body = "银花优选" + umodel.UserName + "绑定手机号锁定会员:" + phone + "|" + UserId;
logmodel0.Body = "任E森命" + umodel.UserName + "绑定手机号锁定会员:" + phone + "|" + UserId;
logmodel0.UType = 0;
logmodel0.gtype = gtype;
new DAL.User_CZ_log().Add(logmodel0);
@@ -34087,7 +34087,7 @@ namespace Mtxfw.VipSite
if (paytype == 0 || paytype == 2 || (paytype == 1 && (dltype == 1 && umodel.CompanyNumber != "") || (dltype == 2 && umodel.CompanyCert != "")))
{
DateTime dt = DateTime.Now;
string strq = "银花优选" + (dltype == 2 ? "微信收款" : dltype == 1 ? "支付宝收款" : "" + (paytype == 2 ? "消费券" : "积分") + "兑付") + "" + money.ToString() + "元";
string strq = "任E森命" + (dltype == 2 ? "微信收款" : dltype == 1 ? "支付宝收款" : "" + (paytype == 2 ? "消费券" : "积分") + "兑付") + "" + money.ToString() + "元";
Model.user_Results_jl mjl = new Model.user_Results_jl();
mjl.MemberId = umodel.Id;
mjl.MemberIds = "";
@@ -34231,7 +34231,7 @@ namespace Mtxfw.VipSite
logmodel0.MemberId = umodel.Id;
logmodel0.AddTime = DateTime.Now;
logmodel0.IP = Mtxfw.Utility.Common.GetIP;
logmodel0.Body = "银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付锁定会员:" + phone + "|" + UserId;
logmodel0.Body = "任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付锁定会员:" + phone + "|" + UserId;
logmodel0.UType = 0;
logmodel0.gtype = gtype;
new DAL.User_CZ_log().Add(logmodel0);
@@ -34249,7 +34249,7 @@ namespace Mtxfw.VipSite
logmodel.MemberId = UserId;
logmodel.AddTime = dt;
logmodel.IP = (umodel.Id == 10154 ? "119.39.248.32" : Mtxfw.Utility.Common.GetIP);
logmodel.Body = "银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
logmodel.Body = "任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
logmodel.UType = 0;
logmodel.gtype = gtype;
new DAL.User_CZ_log().Add(logmodel);
@@ -34258,7 +34258,7 @@ namespace Mtxfw.VipSite
{
string t = Mtxfw.Utility.Common.timeStamp();
string tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
string strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27905/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34271,7 +34271,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27904/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34284,7 +34284,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27900/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34297,7 +34297,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|银花优选积分兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|任E森命积分兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27901/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34310,7 +34310,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27902/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34323,7 +34323,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyPic + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27903/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34346,7 +34346,7 @@ namespace Mtxfw.VipSite
{
string t = Mtxfw.Utility.Common.timeStamp();
string tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
string strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27905/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34359,7 +34359,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27904/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34372,7 +34372,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27900/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34385,7 +34385,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27901/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34398,7 +34398,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27902/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34411,7 +34411,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyProvince + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27903/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34434,7 +34434,7 @@ namespace Mtxfw.VipSite
{
string t = Mtxfw.Utility.Common.timeStamp();
string tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
string strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27905/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34447,7 +34447,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27904/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34460,7 +34460,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27900/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34473,7 +34473,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27901/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34486,7 +34486,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27902/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34499,7 +34499,7 @@ namespace Mtxfw.VipSite
new DAL.User_Errlog().Add(mo);
t = Mtxfw.Utility.Common.timeStamp();
tsign = Mtxfw.Utility.Interface_WxPay.GetMD5(t + "3596", "utf-8");
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|银花优选" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strq = "exec|" + umodel.CompanyCity + "|" + t + "|tts|任E森命" + (paytype == 2 ? "消费券" : "积分") + "兑付" + money.ToString() + "元";
strr = Mtxfw.Utility.Common.getPage2("http://v.pmhapp.cn:27903/exec?t=" + t + "&tsign=" + tsign, "", "utf-8", false, true, strq);
if (strr != "OK")
{
@@ -34729,7 +34729,7 @@ namespace Mtxfw.VipSite
logmodel.MemberId = UserId;
logmodel.AddTime = dt;
logmodel.IP = (umodel.Id == 10154 ? "119.39.248.32" : Mtxfw.Utility.Common.GetIP);
logmodel.Body = "银花优选线下扫码付款" + JFZSubTotal + "元去付款,支付方式:" + (dltype == 2 ? "微信支付" : "支付宝");
logmodel.Body = "任E森命线下扫码付款" + JFZSubTotal + "元去付款,支付方式:" + (dltype == 2 ? "微信支付" : "支付宝");
logmodel.UType = 0;
logmodel.gtype = gtype;
new DAL.User_CZ_log().Add(logmodel);