fix: user gretting record

This commit is contained in:
zzc
2026-03-13 05:27:24 +08:00
parent 41eaf2e269
commit 25b176baa9
3 changed files with 146 additions and 0 deletions

View File

@@ -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,
})
}