1.协议用户提示用商户
This commit is contained in:
parent
8992e6cfce
commit
65a9f4859e
|
@ -293,6 +293,11 @@ namespace FLSystem.Forms
|
||||||
-------------
|
-------------
|
||||||
注意:如果您执意要通过协议登陆,请点击确定!!!", new DialogResult[] { DialogResult.OK, DialogResult.Cancel }, 0) == DialogResult.OK)
|
注意:如果您执意要通过协议登陆,请点击确定!!!", 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)
|
foreach (var item in WxRobots)
|
||||||
{
|
{
|
||||||
var _item = item;
|
var _item = item;
|
||||||
|
|
Loading…
Reference in New Issue