feat sn 改成 int64
This commit is contained in:
@@ -21,3 +21,8 @@ func StringToInt64(s string) int64 {
|
||||
}
|
||||
return i
|
||||
}
|
||||
|
||||
// Int64ToString converts int64 to string
|
||||
func Int64ToString(i int64) string {
|
||||
return strconv.FormatInt(i, 10)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user