Showing
1 changed file
with
1 additions
and
1 deletions
@@ -160,7 +160,7 @@ const getLikeAsync = (skn, limit) => { | @@ -160,7 +160,7 @@ const getLikeAsync = (skn, limit) => { | ||
160 | 160 | ||
161 | // 根据small_sort从redis获取分类下的关键词 | 161 | // 根据small_sort从redis获取分类下的关键词 |
162 | const getRecommendKeywords = (smallSort) => { | 162 | const getRecommendKeywords = (smallSort) => { |
163 | - return redis.all([['get', `golobal:yoho:seo:keywords:sortId:${smallSort}:page:1`]]).then(res => { | 163 | + return redis.all([['get', `global:yoho:seo:keywords:sortId:${smallSort}:page:1`]]).then(res => { |
164 | return res[0]; | 164 | return res[0]; |
165 | }); | 165 | }); |
166 | }; | 166 | }; |
-
Please register or login to post a comment