Commit 81eed47c authored by lixiaofang's avatar lixiaofang

add

parent 8085738e
...@@ -36,7 +36,7 @@ def query_pictorial(query="", offset=0, size=10): ...@@ -36,7 +36,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=10): def pictorial_sort(user_id=-1, sort_type=GroupSortTypes.HOT_RECOMMEND, offset=0, size=10, device_id=""):
""" """
: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