diff options
| author | fengweihao <[email protected]> | 2024-04-01 17:44:05 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-04-01 17:44:05 +0800 |
| commit | 1f1940ee204a66a10be1ea3cd3f48571984b0237 (patch) | |
| tree | a6fd4d003dd207c994d6cf76359c16c22cf399a6 | |
| parent | fa59d4cc6041d439c38d0163e414712e0604bf4c (diff) | |
TSG-20239 策略验证未返回IP Location信息v4.0.15-20240401
| -rw-r--r-- | resource/table_info.conf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf index 6e4a81f..4355247 100644 --- a/resource/table_info.conf +++ b/resource/table_info.conf @@ -654,8 +654,7 @@ "item_id":1, "ip_type":3, "start_ip":4, - "end_ip":5, - "addr_format":7 + "end_ip":5 } }, { @@ -667,8 +666,7 @@ "item_id":1, "ip_type":3, "start_ip":4, - "end_ip":5, - "addr_format":7 + "end_ip":5 } }, { @@ -836,8 +834,7 @@ "item_id":1, "ip_type":2, "start_ip":3, - "end_ip":4, - "addr_format":7 + "end_ip":4 } }, { |
