This commit is contained in:
“wanyongkang”
2022-05-07 11:36:07 +08:00
parent 35814d3436
commit 45b2b5176a
8 changed files with 87 additions and 8 deletions

View File

@@ -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")||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())