Kaynağa Gözat

feat:历史搜索

wangshan 3 yıl önce
ebeveyn
işleme
ebdd36fa11

+ 1 - 1
jyBXCore/rpc/internal/logic/getsearchlistlogic.go

@@ -44,7 +44,7 @@ func (l *GetSearchListLogic) GetSearchList(in *bxcore.SearchReq) (*bxcore.Search
 		//redis.Del("other", "s_"+in.UserId)
 		if len(arrs) > 0 {
 			redis.Put("other", "s_"+in.UserId, strings.Join(arrs, ","), -1)
-			res.HistoryKeys = arrs
+			//res.HistoryKeys = arrs
 		}
 	}
 	//