商品列表,商品给分组列表接口增加参数
This commit is contained in:
parent
0ad3080e71
commit
07d02ada45
|
|
@ -143,7 +143,10 @@
|
|||
page: 0,
|
||||
size: 999,
|
||||
categoryId: '',
|
||||
name: ''
|
||||
name: '',
|
||||
createdAt: [],
|
||||
id: "",
|
||||
sort: "createdAt,desc"
|
||||
},
|
||||
category: '',
|
||||
categoryList: [], //分类列表
|
||||
|
|
|
|||
Loading…
Reference in New Issue