func(session): add Ip address to session,for analyze

This commit is contained in:
eagleon 2024-09-12 18:17:07 +08:00
parent e881735a23
commit 3feacde18d
7 changed files with 21 additions and 9 deletions

View file

@ -221,4 +221,5 @@ export interface SessionData {
subdivision1: string;
subdivision2: string;
city: string;
ip: string;
}