安全设置增加允许访问的国家地区、省份、是否局域网访问

This commit is contained in:
刘祥超
2020-11-20 21:59:21 +08:00
parent a0815899b5
commit 948a6f1c12
6 changed files with 496 additions and 94 deletions

View File

@@ -85,4 +85,6 @@ message IPRegion {
string province = 3;
string city = 4;
string isp = 5;
int64 countryId = 6;
int64 provinceId = 7;
}