zhaojs
2023-10-20 539dd16c7ee4da6c4b9d4f953b91f1360bb4a7b4
api/Api.Operater/Controllers/sms/WxBackController.cs
@@ -158,6 +158,17 @@
                    new WxpayTradeDAL().Update(preTrade, null, null);
                    //充值处理
                    PayUserInfo(notify, preTrade);
                    //发送提醒
                    try
                    {
                        string warStr = "充值提醒\n>类型:短信充值\n>短信数量:" + preTrade.SmsCount + "\n>充值金额:" + Math.Round((decimal)preTrade.Amount / 100, 2);
                        SendQwGroup.SendMessage(warStr);
                    }
                    catch
                    {
                    }
                    return WeChatPayNotifyResult.Success;
                }
                return WeChatPayNotifyResult.Failure;