fix: UDM签约导入eps_dat原来的第六位不要

This commit is contained in:
TsMask
2023-11-09 10:19:02 +08:00
parent 32c812f2a3
commit 9b23cfed11
4 changed files with 12 additions and 8 deletions

View File

@@ -109,6 +109,7 @@ func redisUdmSubUserList() []model.UdmSubUser {
a.Epstpl = arr[4]
a.ContextId = arr[5]
a.ApnContext = arr[7]
// [6] 是不要的,导入和导出不用
a.StaticIp = arr[8]
}