update for version 3.1.5x

This commit is contained in:
amizing25
2025-03-04 09:48:38 +07:00
parent 44b9bf8580
commit 96ec724693
14 changed files with 62064 additions and 3094 deletions

View File

@@ -12,9 +12,9 @@
s_configuration = configuration;
}
public static RegionInfo GetRegionList()
public static RegionEntry GetRegionList()
{
var region = new RegionInfo
var region = new RegionEntry
{
EnvType = s_configuration.EnvType,
DispatchUrl = s_configuration.DispatchUrl,