feat: 新增显示签到记录

This commit is contained in:
陈淳
2024-01-15 15:28:32 +08:00
parent 40195ea993
commit a06c8c00b3
7 changed files with 142 additions and 17 deletions

View File

@@ -6,3 +6,10 @@ export function signIn() {
method: "post"
});
}
export function signInRecord() {
return request({
url: "/integral/sign-in/record",
method: "get"
});
}