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