新淘宝店铺处理

This commit is contained in:
“wanyongkang”
2021-04-07 18:29:36 +08:00
parent 86b369c6f1
commit cc99cb4966

View File

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