view
This commit is contained in:
@@ -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 "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user