From bfd2b3e95c3fd1cda797204a9a5bd6be4958fc94 Mon Sep 17 00:00:00 2001 From: 8402134 <8402134@qq.com> Date: Tue, 25 Oct 2022 09:11:40 +0800 Subject: [PATCH] 2 --- FLSystem/Forms/main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FLSystem/Forms/main.cs b/FLSystem/Forms/main.cs index 1f2d2e6..f07b7c5 100644 --- a/FLSystem/Forms/main.cs +++ b/FLSystem/Forms/main.cs @@ -295,7 +295,7 @@ namespace FLSystem.Forms { if (string.IsNullOrWhiteSpace(ApiClient.Setting.SystemConfig.pay_wechat_hostSign)) { - BaseForm.ShowSuccessAutoClose($@"温馨提示:微信协议用户,如遇微信红包支付异常,请联系客服使用商户支付", 10 * 1000, "友情提示"); + BaseForm.ShowSuccessAutoClose($@"检测到您正在使用微信支付,如果受限,可联系客服使用商户支付", 10 * 1000, "友情提示"); } foreach (var item in WxRobots)