1
This commit is contained in:
parent
d4433dc0ff
commit
3ec5583dc5
@ -33,7 +33,7 @@ func New[T any](cb func(*T)) *T {
|
||||
return obj
|
||||
}
|
||||
|
||||
func ExtractRegisterTimeFromSessionid(sessionId string) int32 {
|
||||
func ExtractRegisterTimeFromSessionId(sessionId string) int32 {
|
||||
strList := q5.StrSplit(sessionId, "_")
|
||||
if len(strList) < 4 {
|
||||
return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user