Kaynağa Gözat

log:删除无用注释

zhangxinlei1996 2 yıl önce
ebeveyn
işleme
84b03d1043

+ 0 - 1
jyBXSubscribe/api/internal/logic/subscribeupdatelogic.go

@@ -50,7 +50,6 @@ func (l *SubscribeUpdateLogic) SubscribeUpdate(req *types.SubscribeUpdateReq) (r
 	if req.Infotype != nil {
 		subService.Infotype = req.Infotype
 	}
-	//TODO 判重
 	if KeyWordsRepeat(req.Items) {
 		resp.Data = map[string]interface{}{
 			"status": -1,