yskj/server/mall/config/api.ts

8 lines
97 B
TypeScript
Raw Normal View History

2024-10-12 11:13:19 +08:00
export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};