mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-17 06:36:36 +08:00
feat: 新增显示签到记录
This commit is contained in:
@@ -6,3 +6,10 @@ export function signIn() {
|
||||
method: "post"
|
||||
});
|
||||
}
|
||||
|
||||
export function signInRecord() {
|
||||
return request({
|
||||
url: "/integral/sign-in/record",
|
||||
method: "get"
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user