mirror of
https://github.com/songquanpeng/message-pusher.git
synced 2025-10-06 16:46:57 +08:00
feat: token store is done but not tested
This commit is contained in:
@@ -131,3 +131,11 @@ func GetUUID() string {
|
||||
code = strings.Replace(code, "-", "", -1)
|
||||
return code
|
||||
}
|
||||
|
||||
func Max(a int, b int) int {
|
||||
if a >= b {
|
||||
return a
|
||||
} else {
|
||||
return b
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user