code review:拼团记录列表

This commit is contained in:
YunaiV
2023-10-08 07:30:14 +08:00
parent 523784ce41
commit 86323f970b
2 changed files with 16 additions and 19 deletions

View File

@ -26,8 +26,3 @@ export const getCombinationRecordPage = async (params) => {
export const getCombinationRecordSummary = async () => {
return await request.get({ url: '/promotion/combination-record/get-summary' })
}
// 获得拼团记录分页 tab count
export const getCombinationRecordCount = async () => {
return await request.get({ url: '/promotion/combination-record/get-count' })
}