From cc99cb49663d060d91e059005e4f800a74956748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 7 Apr 2021 18:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=B7=98=E5=AE=9D=E5=BA=97=E9=93=BA?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Controllers/UserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Host/Controllers/UserController.cs b/Host/Controllers/UserController.cs index 0478f11..3cdabe9 100644 --- a/Host/Controllers/UserController.cs +++ b/Host/Controllers/UserController.cs @@ -581,7 +581,7 @@ namespace Home.Controllers { var notifyOrder = data.FromJsonTo(); 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())