yunniu
This commit is contained in:
@@ -114,7 +114,7 @@ namespace Home.Controllers
|
||||
if (m.ProductId == 18){
|
||||
m.Title = "8";
|
||||
}
|
||||
if (m.ProductId == 6||m.ProductId == 5){
|
||||
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
|
||||
m.Title = "9";
|
||||
}
|
||||
}
|
||||
@@ -140,7 +140,7 @@ namespace Home.Controllers
|
||||
if (m.ProductId == 18){
|
||||
m.Title = "8";
|
||||
}
|
||||
if (m.ProductId == 6||m.ProductId == 5){
|
||||
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
|
||||
m.Title = "9";
|
||||
}
|
||||
|
||||
@@ -166,7 +166,7 @@ namespace Home.Controllers
|
||||
if (m.ProductId == 18){
|
||||
m.Title = "8";
|
||||
}
|
||||
if (m.ProductId == 6||m.ProductId == 5){
|
||||
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
|
||||
m.Title = "9";
|
||||
}
|
||||
if ((m.DayCount == 1||m.DayCount == 2) && m.Id != 1034&&m.Id != 1040 ){
|
||||
@@ -925,7 +925,7 @@ namespace Home.Controllers
|
||||
if (m.ProductId == 18){
|
||||
m.Title = "8";
|
||||
}
|
||||
if (m.ProductId == 6||m.ProductId == 5){
|
||||
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
|
||||
m.Title = "9";
|
||||
}
|
||||
}
|
||||
@@ -963,7 +963,7 @@ namespace Home.Controllers
|
||||
if (m.ProductId == 18){
|
||||
m.Title = "8";
|
||||
}
|
||||
if (m.ProductId == 6||m.ProductId == 5){
|
||||
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
|
||||
m.Title = "9";
|
||||
}
|
||||
var userPrice = userPrices.FirstOrDefault(p => p.PackageId == m.Id);
|
||||
|
||||
@@ -609,7 +609,7 @@ namespace Home.Controllers
|
||||
{
|
||||
var notifyOrder = data.FromJsonTo<TaoBaoNotifyModel>();
|
||||
LogHelper.Info("TaoBao process");
|
||||
if(notifyOrder.Payment == "10.00" && (notifyOrder.SellerNick == "聚ip商城动态ip代理" || notifyOrder.SellerNick == "老鹰动态pptp")){
|
||||
if(notifyOrder.Payment == "10.00" && (notifyOrder.SellerNick == "聚ip商城动态ip代理" || notifyOrder.SellerNick == "老鹰动态pptp")||notifyOrder.SellerNick == "老鹰动态pptp"){
|
||||
return "您好,"+notifyOrder.Payment+"元已充值到充值到您的会员中";
|
||||
}
|
||||
if (notifyOrder == null || notifyOrder.Tid.NotHas())
|
||||
|
||||
Reference in New Issue
Block a user