1.优化企业微信

This commit is contained in:
老道 2022-12-17 12:54:57 +08:00
parent d0c94c103b
commit f4f1d09542
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ namespace PCRobot.PCWechat.Enterprise
{ {
var ss = User.DwClientId; var ss = User.DwClientId;
if (WechatClient.IsDebug) if (WechatClient.IsDebug)
LogHelper.GetSingleObj().Debug("_调试发送_", $"{dwClienId} -> {strJsonData} - {User != null} - 微信id:{User?.Wxid}"); LogHelper.GetSingleObj().Debug("调试企业发送消息", $"{dwClienId} -> {strJsonData} - {User != null} - 微信id:{User?.Nickname}({User?.Wxid})");
if (User != null && !string.IsNullOrEmpty(User.Wxid)) if (User != null && !string.IsNullOrEmpty(User.Wxid))
{ {