Commit 099832ab authored by lixiaofang's avatar lixiaofang

add

parent 7242a64e
...@@ -35,7 +35,7 @@ def query_pictorial(query="", offset=0, size=10): ...@@ -35,7 +35,7 @@ def query_pictorial(query="", offset=0, size=10):
@bind("physical/search/pictorial_sort") @bind("physical/search/pictorial_sort")
def pictorial_sort(user_id=-1, sort_type=GroupSortTypes.HOT_RECOMMEND, offset=0, size=6): def pictorial_sort(user_id=-1, sort_type=GroupSortTypes.HOT_RECOMMEND, offset=0, size=10):
""" """
:remark 小组排序,缺少:前1天发评论人数*x :remark 小组排序,缺少:前1天发评论人数*x
:param user_id: :param user_id:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment