修改解析IP区域位置的库 以及异地登录判断

This commit is contained in:
2025-04-07 15:24:05 +08:00
parent 29d0ebdb7c
commit 1fef5509d1
5 changed files with 69 additions and 44 deletions
@@ -48,7 +48,7 @@ namespace IRaCIS.Core.Application.ViewModel
{
public Guid? TrialId { get; set; }
public List<UserOptType> OptTypeList { get; set; }
public List<UserOptType>? OptTypeList { get; set; }
public string? IP { get; set; }