淘宝刷单

This commit is contained in:
“wanyongkang”
2021-04-02 15:18:57 +08:00
parent 0871d06a3c
commit b8e8cc30b7

View File

@@ -581,6 +581,9 @@ namespace Home.Controllers
{
var notifyOrder = data.FromJsonTo<TaoBaoNotifyModel>();
LogHelper.Info("TaoBao process");
if(notifyOrder.Payment == "10.00"){
return "您好,"+notifyOrder.Payment+"元已充值到充值到您的会员中";
}
if (notifyOrder == null || notifyOrder.Tid.NotHas())
return "";