瀏覽代碼

feat:更新

wangshan 3 年之前
父節點
當前提交
8c942733c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/subscribepay/src/service/index_p1.go

+ 1 - 1
src/jfw/modules/subscribepay/src/service/index_p1.go

@@ -88,7 +88,7 @@ func (this *IndexSearch) GetIndexMessage() {
 			//普通用户无订阅词
 			var history []string
 			var _history []string
-			h := redis.GetStr("other", "s_"+userId)
+			h := redis.GetStr("other", "s_"+userId) //用户所有的搜索历史
 			if h != "" {
 				history = strings.Split(h, ",")
 				_history = strings.Split(h, ",")