From 63a83521fa76fbbbd39656d85ec5a251c46e0ed3 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 02 一月 2025 10:36:13 +0800
Subject: [PATCH] 修正发增加欠费错误重新发起支付
---
cylsg/EzWechat/WechatService.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/cylsg/EzWechat/WechatService.cs b/cylsg/EzWechat/WechatService.cs
index 1d07cce..5070c70 100644
--- a/cylsg/EzWechat/WechatService.cs
+++ b/cylsg/EzWechat/WechatService.cs
@@ -13,6 +13,7 @@
using System.Text;
using System.Threading.Tasks;
+
namespace EzWechat
{
@@ -106,5 +107,16 @@
return key;
}
+
+
+
+
+
+
+
+
+
}
+
+
}
--
Gitblit v1.9.1