This commit is contained in:
parent
ab73cf02a4
commit
bfd2b3e95c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue