This commit is contained in:
“wanyongkang”
2021-07-02 16:08:26 +08:00
parent cd49a26583
commit 6b529aca22
4 changed files with 89 additions and 29 deletions

View File

@@ -592,9 +592,9 @@ namespace Home.Controllers
{
var notifyOrder = data.FromJsonTo<TaoBaoNotifyModel>();
LogHelper.Info("TaoBao process");
if(notifyOrder.Payment == "10.00" && (notifyOrder.SellerNick == "聚ip商城动态ip代理" || notifyOrder.SellerNick == "老鹰动态pptp")){
return "您好,"+notifyOrder.Payment+"元已充值到充值到您的会员中";
}
// if(notifyOrder.Payment == "10.00" && (notifyOrder.SellerNick == "聚ip商城动态ip代理" || notifyOrder.SellerNick == "老鹰动态pptp")){
// return "您好,"+notifyOrder.Payment+"元已充值到充值到您的会员中";
// }
if (notifyOrder == null || notifyOrder.Tid.NotHas())
return "";