code review:签到配置

(cherry picked from commit 82628ce780)
This commit is contained in:
YunaiV
2023-08-20 19:26:50 +08:00
committed by shizhong
parent f48c55a0b6
commit 57df63dc35
8 changed files with 29 additions and 32 deletions

View File

@ -8,7 +8,7 @@ export interface SignInConfigVO {
}
// 查询积分签到规则列表
export const getSignInConfigPage = async () => {
export const getSignInConfigList = async () => {
return await request.get({ url: `/member/point/sign-in-config/list` })
}