feat: 更新产品类别请求的分页大小,限制为200
This commit is contained in:
@@ -15,7 +15,7 @@ const { data } = safeClient(
|
|||||||
client.api.admin.rwa.category.categories.get({
|
client.api.admin.rwa.category.categories.get({
|
||||||
query: {
|
query: {
|
||||||
pageIndex: 1,
|
pageIndex: 1,
|
||||||
pageSize: 9999
|
pageSize: 200
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user