增加城市/ISP查询接口;WAF增加国家/地区、省份、城市、ISP等参数

This commit is contained in:
刘祥超
2022-01-06 16:24:33 +08:00
parent 572d41985a
commit 23830c977c
12 changed files with 1174 additions and 91 deletions

View File

@@ -7,4 +7,5 @@ message RegionCity {
int64 id = 1;
string name = 2;
repeated string codes = 3;
int64 regionProvinceId = 4;
}