fix: user gretting record
This commit is contained in:
@@ -39,3 +39,11 @@ export function toggleEnable(id, isEnabled) {
|
||||
data: { isEnabled },
|
||||
})
|
||||
}
|
||||
|
||||
export function getGreetingStreakList(params) {
|
||||
return request({
|
||||
url: '/management/api/spring/system/greeting-streak/list',
|
||||
method: 'get',
|
||||
params,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user