@@ -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,