code review:签到记录

This commit is contained in:
YunaiV
2023-08-20 19:34:39 +08:00
parent 82628ce780
commit be485cc4ab
3 changed files with 10 additions and 37 deletions

View File

@ -11,8 +11,3 @@ export interface SignInRecordVO {
export const getSignInRecordPage = async (params) => {
return await request.get({ url: `/member/point/sign-in-record/page`, params })
}
// 导出用户签到积分 Excel
export const exportSignInRecord = async (params) => {
return await request.download({ url: `/member/point/sign-in-record/export-excel`, params })
}