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)