|
@@ -36,6 +36,7 @@ func (w *WeWorkMsgAuditClient) GetMsgAuditContent(seq, limit uint64, timeout int
|
|
|
errMsg = errors.New("企业微信 消息解密失败:"+err.Error())
|
|
|
return
|
|
|
}
|
|
|
+ utils.FileLog.Info(fmt.Sprintf("消息解密成功:%v \n", chatInfo))
|
|
|
if chatInfo.Type == "image" {
|
|
|
image, _ := chatInfo.GetImageMessage()
|
|
|
sdkFileID := image.Image.SdkFileID
|
|
@@ -75,8 +76,7 @@ func (w *WeWorkMsgAuditClient) GetMsgAuditContent(seq, limit uint64, timeout int
|
|
|
textMsg.MsgTime = image.BaseMessage.MsgTime
|
|
|
textMsg.Text.Content = filePath
|
|
|
list = append(list, textMsg)
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
continue
|
|
|
}else if chatInfo.Type == "text" {
|
|
|
msg, err := chatInfo.GetTextMessage()
|