Showing
1 changed file
with
3 additions
and
0 deletions
@@ -29,6 +29,9 @@ redmine: http://redmine.yoho.cn/issues/5172 | @@ -29,6 +29,9 @@ redmine: http://redmine.yoho.cn/issues/5172 | ||
29 | 29 | ||
30 | ### 获取收藏&购买过某个品牌的用户列表 | 30 | ### 获取收藏&购买过某个品牌的用户列表 |
31 | Redis SortedSet, KEY 为 `BD:BRAND_RELATED_USERS:001`, 001是品牌的ID, Element为用户ID列表,[10232323, 105656565], SCORE为用户的VIP等级. | 31 | Redis SortedSet, KEY 为 `BD:BRAND_RELATED_USERS:001`, 001是品牌的ID, Element为用户ID列表,[10232323, 105656565], SCORE为用户的VIP等级. |
32 | + | ||
33 | +等级信息:0 普通, 1 银卡, 2 金卡, 3 白金 | ||
34 | + | ||
32 | 35 | ||
33 | 36 | ||
34 | ### 获取上新的品牌列表, ,只保存最早的20条 | 37 | ### 获取上新的品牌列表, ,只保存最早的20条 |
-
Please register or login to post a comment