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;