소스 검색

no message

xingzai 9 달 전
부모
커밋
51c3f9a79d
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      services/cygx_yanxuan_special.go

+ 5 - 0
services/cygx_yanxuan_special.go

@@ -193,6 +193,11 @@ func SendWxMsgSpecialAuthor(specialId, status int) (err error) {
 		return err
 	}
 
+	if len(openIdList) == 0 {
+		err = nil
+		return
+	}
+
 	keyword1 = "研选专栏内容审核"
 	if status == 1 {
 		keyword2 = "已通过审核,点击查看详情"