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