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;