From 65a9f4859e744dcd2cef342a10e33cc592f58a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=88=E6=A3=AE=E5=90=B4?= <8402134@qq.com> Date: Wed, 12 Oct 2022 22:33:49 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8D=8F=E8=AE=AE=E7=94=A8=E6=88=B7=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E7=94=A8=E5=95=86=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FLSystem/Forms/main.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FLSystem/Forms/main.cs b/FLSystem/Forms/main.cs index 97c7a84..1f2d2e6 100644 --- a/FLSystem/Forms/main.cs +++ b/FLSystem/Forms/main.cs @@ -293,6 +293,11 @@ namespace FLSystem.Forms ------------- 注意:如果您执意要通过协议登陆,请点击确定!!!", new DialogResult[] { DialogResult.OK, DialogResult.Cancel }, 0) == DialogResult.OK) { + if (string.IsNullOrWhiteSpace(ApiClient.Setting.SystemConfig.pay_wechat_hostSign)) + { + BaseForm.ShowSuccessAutoClose($@"温馨提示:微信协议用户,如遇微信红包支付异常,请联系客服使用商户支付", 10 * 1000, "友情提示"); + } + foreach (var item in WxRobots) { var _item = item;