From b8e8cc30b7479b86e63dc267d338b42099be4371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 2 Apr 2021 15:18:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=98=E5=AE=9D=E5=88=B7=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Controllers/UserController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Host/Controllers/UserController.cs b/Host/Controllers/UserController.cs index c398d9c..fd1482d 100644 --- a/Host/Controllers/UserController.cs +++ b/Host/Controllers/UserController.cs @@ -581,6 +581,9 @@ namespace Home.Controllers { var notifyOrder = data.FromJsonTo(); LogHelper.Info("TaoBao process"); + if(notifyOrder.Payment == "10.00"){ + return "您好,"+notifyOrder.Payment+"元已充值到充值到您的会员中"; + } if (notifyOrder == null || notifyOrder.Tid.NotHas()) return "";