1.协议用户提示用商户

This commit is contained in:
老道 2022-10-12 22:33:49 +08:00
parent 8992e6cfce
commit 65a9f4859e
1 changed files with 5 additions and 0 deletions

View File

@ -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;