|
|
@@ -365,12 +365,12 @@ SET order_ord_num = order_ord_num_3 + order_ord_num_12 + order_ord_num_13 + ord
|
|
|
{
|
|
|
RiskControlCore.SetRiskCookie($"tb:{_accountId}", "滑块");
|
|
|
string message = $"【GetTkOrdersByAdZone】【{_accountId}:{_accountName}】出现滑动验证码";
|
|
|
- NotifyCore.Notify(new NifyMessage
|
|
|
- {
|
|
|
- message = message,
|
|
|
- priority = NifyMessagePriority.high,
|
|
|
- tags = ["red_circle"]
|
|
|
- });
|
|
|
+ //NotifyCore.Notify(new NifyMessage
|
|
|
+ //{
|
|
|
+ // message = message,
|
|
|
+ // priority = NifyMessagePriority.high,
|
|
|
+ // tags = ["red_circle"]
|
|
|
+ //});
|
|
|
if (!_account.is_hide)
|
|
|
{
|
|
|
_ = NotifyCore.QYWeixinPushNotifyAsync(message, message);
|
|
|
@@ -541,12 +541,12 @@ SET order_ord_num = order_ord_num_3 + order_ord_num_12 + order_ord_num_13 + ord
|
|
|
{
|
|
|
RiskControlCore.SetRiskCookie($"tb:{_accountId}", "滑块");
|
|
|
string message = $"【GetTkOrders】【{_accountId}:{_accountName}】出现滑动验证码";
|
|
|
- NotifyCore.Notify(new NifyMessage
|
|
|
- {
|
|
|
- message = message,
|
|
|
- priority = NifyMessagePriority.high,
|
|
|
- tags = ["red_circle"]
|
|
|
- });
|
|
|
+ //NotifyCore.Notify(new NifyMessage
|
|
|
+ //{
|
|
|
+ // message = message,
|
|
|
+ // priority = NifyMessagePriority.high,
|
|
|
+ // tags = ["red_circle"]
|
|
|
+ //});
|
|
|
if (!_account.is_hide)
|
|
|
{
|
|
|
_ = NotifyCore.QYWeixinPushNotifyAsync(message, message);
|