Browse Source

feat:历史搜索

wangshan 3 năm trước cách đây
mục cha
commit
ebdd36fa11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jyBXCore/rpc/internal/logic/getsearchlistlogic.go

+ 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
 		}
 	}
 	//