# 附录二:系统字典表
# 数据中心对应OpenAPI域名
数据中心标识 | OpenAPI对应region域名 |
---|---|
数据中心(一区) | openapi.region1.qince.com |
数据中心(二区) | openapi.region2.qince.com |
数据中心(三区) | openapi.region3.qince.com |
注意:怎样找到企业账号所在数据中心:点击 这里 (opens new window) 查看。
# 名称编码有效字符表
类型 | 有效字符 | Java正则匹配规则 |
---|---|---|
编码类型 | 0-9 a-z A-Z _ | Pattern.matches("[0-9a-zA-Z_]+", s) |
名称类型 | 0-9 a-z A-Z _()【】《》以及中文汉字字符 | Pattern.matches("[0-9a-zA-Z_()【】《》\u4E00-\u9FA5]+", s) |
# 行政区划编码表
名称 | 大小 |
---|---|
省市区编码表.xls (opens new window) | 761 KB |
乡镇街道编码表.xls (opens new window) | 4.94 MB |
省市区乡镇街道编码表(横向).xls (opens new window) | 7.99 MB |