xyxie 4 周之前
父節點
當前提交
4d9fd61e1c
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      services/day_new.go
  2. 2 2
      services/wework/wework_audit_linux.go

+ 1 - 1
services/day_new.go

@@ -82,7 +82,7 @@ func DayNewWeworkMsgRefresh() (err error) {
 			continue
 		}
 		if limitRoomId != "" {
-			if v.RoomID != limitRoomId {
+			if v.RoomID == "wrPhSiBwAAQcw_fTWXizaK3mIBMG9LAA" {
 				continue
 			}
 		}

+ 2 - 2
services/wework/wework_audit_linux.go

@@ -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()