This commit is contained in:
cdle 2021-08-18 17:13:45 +08:00
parent 8719a29968
commit 43ba436e1b

View File

@ -247,6 +247,7 @@ func CheckIn(pin, key string) int {
NewJdCookie(&JdCookie{
PtKey: key,
PtPin: pin,
Hack: False,
})
return 0
} else if !HasKey(key) {