diff options
| author | fengweihao <[email protected]> | 2024-04-01 17:46:47 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-04-01 17:46:47 +0800 |
| commit | 072a29e18a7e2ecd53d03c6efce363c009a41205 (patch) | |
| tree | bb9244a937ac9345c86fe0554510930c8cfa5e75 | |
| parent | 1537fb7574847ebad89f1c2de7e6faa30314b33a (diff) | |
TSG-20239 策略验证未返回IP Location信息v4.0.14-20240401dev-24.02
| -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 } }, { |
