This commit is contained in:
songliang 2022-12-02 19:40:05 +08:00
parent 0bc439d0d8
commit d1b380b2ee

View File

@ -298,10 +298,10 @@ class Market(object):
['order_method', 0, '排序方式 0:默认排序(当前指向1) 1:上架时间 2:价格 3:星级质量 4:等级 5:能量值 6:生命值 7:攻击力 8:防御力'], ['order_method', 0, '排序方式 0:默认排序(当前指向1) 1:上架时间 2:价格 3:星级质量 4:等级 5:能量值 6:生命值 7:攻击力 8:防御力'],
['type', 0, '物品类型 1:英雄 2:武器 3:芯片'], ['type', 0, '物品类型 1:英雄 2:武器 3:芯片'],
['order_asc', 0, '排序方向, 0:从小到大 1:从大到小'], ['order_asc', 0, '排序方向, 0:从小到大 1:从大到小'],
['!job_filters', '', '职业过滤'], ['job_filters', '', '职业过滤'],
['!search_filters' '', '搜索过滤'], ['search_filters' '', '搜索过滤'],
['lv_filter', 0, '等级过滤'], ['lv_filter', 0, '等级过滤'],
['!price_filter', 0, '价格过滤'] ['price_filter', '', '价格过滤']
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),