fix: bugs

This commit is contained in:
qier222 2020-10-30 14:58:02 +08:00
parent 109098c1eb
commit fda5f99c15
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
4 changed files with 6 additions and 11 deletions

View file

@ -64,6 +64,7 @@ export function dailySignin(type = 0) {
method: "post",
params: {
type,
timestamp: new Date().getTime(),
},
});
}