1.优化企业微信
This commit is contained in:
parent
d0c94c103b
commit
f4f1d09542
|
@ -65,7 +65,7 @@ namespace PCRobot.PCWechat.Enterprise
|
|||
{
|
||||
var ss = User.DwClientId;
|
||||
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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue