mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	更新SQL
This commit is contained in:
		@@ -92448,7 +92448,7 @@
 | 
				
			|||||||
      "name": "edgeHTTPWebs",
 | 
					      "name": "edgeHTTPWebs",
 | 
				
			||||||
      "engine": "InnoDB",
 | 
					      "engine": "InnoDB",
 | 
				
			||||||
      "charset": "utf8mb4_general_ci",
 | 
					      "charset": "utf8mb4_general_ci",
 | 
				
			||||||
      "definition": "CREATE TABLE `edgeHTTPWebs` (\n  `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n  `isOn` tinyint(1) unsigned DEFAULT '1' COMMENT '是否启用',\n  `templateId` int(11) unsigned DEFAULT '0' COMMENT '模版ID',\n  `adminId` int(11) unsigned DEFAULT '0' COMMENT '管理员ID',\n  `userId` int(11) unsigned DEFAULT '0' COMMENT '用户ID',\n  `state` tinyint(1) unsigned DEFAULT '1' COMMENT '状态',\n  `createdAt` bigint(11) unsigned DEFAULT '0' COMMENT '创建时间',\n  `root` json DEFAULT NULL COMMENT '根目录',\n  `charset` json DEFAULT NULL COMMENT '字符集',\n  `shutdown` json DEFAULT NULL COMMENT '临时关闭页面配置',\n  `pages` json DEFAULT NULL COMMENT '特殊页面',\n  `redirectToHttps` json DEFAULT NULL COMMENT '跳转到HTTPS设置',\n  `indexes` json DEFAULT NULL COMMENT '首页文件列表',\n  `maxRequestBodySize` json DEFAULT NULL COMMENT '最大允许的请求内容尺寸',\n  `requestHeader` json DEFAULT NULL COMMENT '请求Header配置',\n  `responseHeader` json DEFAULT NULL COMMENT '响应Header配置',\n  `accessLog` json DEFAULT NULL COMMENT '访问日志配置',\n  `stat` json DEFAULT NULL COMMENT '统计配置',\n  `gzip` json DEFAULT NULL COMMENT 'Gzip配置(v0.3.2弃用)',\n  `compression` json DEFAULT NULL COMMENT '压缩配置',\n  `cache` json DEFAULT NULL COMMENT '缓存配置',\n  `firewall` json DEFAULT NULL COMMENT '防火墙设置',\n  `locations` json DEFAULT NULL COMMENT '路由规则配置',\n  `websocket` json DEFAULT NULL COMMENT 'Websocket设置',\n  `rewriteRules` json DEFAULT NULL COMMENT '重写规则配置',\n  `hostRedirects` json DEFAULT NULL COMMENT '域名跳转',\n  `fastcgi` json DEFAULT NULL COMMENT 'Fastcgi配置',\n  `auth` json DEFAULT NULL COMMENT '认证策略配置',\n  `webp` json DEFAULT NULL COMMENT 'WebP配置',\n  `remoteAddr` json DEFAULT NULL COMMENT '客户端IP配置',\n  `mergeSlashes` tinyint(1) unsigned DEFAULT '0' COMMENT '是否合并路径中的斜杠',\n  `requestLimit` json DEFAULT NULL COMMENT '请求限制',\n  `requestScripts` json DEFAULT NULL COMMENT '请求脚本',\n  `uam` json DEFAULT NULL COMMENT 'UAM设置',\n  `cc` json DEFAULT NULL COMMENT 'CC设置',\n  `referers` json DEFAULT NULL COMMENT '防盗链设置',\n  `userAgent` json DEFAULT NULL COMMENT 'UserAgent设置',\n  PRIMARY KEY (`id`),\n  KEY `userId` (`userId`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='HTTP Web'",
 | 
					      "definition": "CREATE TABLE `edgeHTTPWebs` (\n  `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n  `isOn` tinyint(1) unsigned DEFAULT '1' COMMENT '是否启用',\n  `templateId` int(11) unsigned DEFAULT '0' COMMENT '模版ID',\n  `adminId` int(11) unsigned DEFAULT '0' COMMENT '管理员ID',\n  `userId` int(11) unsigned DEFAULT '0' COMMENT '用户ID',\n  `state` tinyint(1) unsigned DEFAULT '1' COMMENT '状态',\n  `createdAt` bigint(11) unsigned DEFAULT '0' COMMENT '创建时间',\n  `root` json DEFAULT NULL COMMENT '根目录',\n  `charset` json DEFAULT NULL COMMENT '字符集',\n  `shutdown` json DEFAULT NULL COMMENT '临时关闭页面配置',\n  `pages` json DEFAULT NULL COMMENT '特殊页面',\n  `redirectToHttps` json DEFAULT NULL COMMENT '跳转到HTTPS设置',\n  `indexes` json DEFAULT NULL COMMENT '首页文件列表',\n  `maxRequestBodySize` json DEFAULT NULL COMMENT '最大允许的请求内容尺寸',\n  `requestHeader` json DEFAULT NULL COMMENT '请求Header配置',\n  `responseHeader` json DEFAULT NULL COMMENT '响应Header配置',\n  `accessLog` json DEFAULT NULL COMMENT '访问日志配置',\n  `stat` json DEFAULT NULL COMMENT '统计配置',\n  `gzip` json DEFAULT NULL COMMENT 'Gzip配置(v0.3.2弃用)',\n  `compression` json DEFAULT NULL COMMENT '压缩配置',\n  `cache` json DEFAULT NULL COMMENT '缓存配置',\n  `firewall` json DEFAULT NULL COMMENT '防火墙设置',\n  `locations` json DEFAULT NULL COMMENT '路由规则配置',\n  `websocket` json DEFAULT NULL COMMENT 'Websocket设置',\n  `rewriteRules` json DEFAULT NULL COMMENT '重写规则配置',\n  `hostRedirects` json DEFAULT NULL COMMENT '域名跳转',\n  `fastcgi` json DEFAULT NULL COMMENT 'Fastcgi配置',\n  `auth` json DEFAULT NULL COMMENT '认证策略配置',\n  `webp` json DEFAULT NULL COMMENT 'WebP配置',\n  `remoteAddr` json DEFAULT NULL COMMENT '客户端IP配置',\n  `mergeSlashes` tinyint(1) unsigned DEFAULT '0' COMMENT '是否合并路径中的斜杠',\n  `requestLimit` json DEFAULT NULL COMMENT '请求限制',\n  `requestScripts` json DEFAULT NULL COMMENT '请求脚本',\n  `uam` json DEFAULT NULL COMMENT 'UAM设置',\n  `cc` json DEFAULT NULL COMMENT 'CC设置',\n  `referers` json DEFAULT NULL COMMENT '防盗链设置',\n  `userAgent` json DEFAULT NULL COMMENT 'UserAgent设置',\n  `optimization` json DEFAULT NULL COMMENT '页面优化配置',\n  PRIMARY KEY (`id`),\n  KEY `userId` (`userId`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='HTTP Web'",
 | 
				
			||||||
      "fields": [
 | 
					      "fields": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "name": "id",
 | 
					          "name": "id",
 | 
				
			||||||
@@ -92597,6 +92597,10 @@
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
          "name": "userAgent",
 | 
					          "name": "userAgent",
 | 
				
			||||||
          "definition": "json COMMENT 'UserAgent设置'"
 | 
					          "definition": "json COMMENT 'UserAgent设置'"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "name": "optimization",
 | 
				
			||||||
 | 
					          "definition": "json COMMENT '页面优化配置'"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      "indexes": [
 | 
					      "indexes": [
 | 
				
			||||||
@@ -127035,6 +127039,57 @@
 | 
				
			|||||||
            "customName",
 | 
					            "customName",
 | 
				
			||||||
            "customCodes"
 | 
					            "customCodes"
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 378,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"StarHub\"]",
 | 
				
			||||||
 | 
					            "id": "378",
 | 
				
			||||||
 | 
					            "name": "StarHub",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "378"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 379,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"UIH\"]",
 | 
				
			||||||
 | 
					            "id": "379",
 | 
				
			||||||
 | 
					            "name": "UIH",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "379"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 380,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"Chief\"]",
 | 
				
			||||||
 | 
					            "id": "380",
 | 
				
			||||||
 | 
					            "name": "Chief",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "380"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -137180,7 +137235,7 @@
 | 
				
			|||||||
          "id": 506,
 | 
					          "id": 506,
 | 
				
			||||||
          "values": {
 | 
					          "values": {
 | 
				
			||||||
            "codes": "[\"克里米亚\"]",
 | 
					            "codes": "[\"克里米亚\"]",
 | 
				
			||||||
            "countryId": "58",
 | 
					            "countryId": "59",
 | 
				
			||||||
            "dataId": "",
 | 
					            "dataId": "",
 | 
				
			||||||
            "id": "506",
 | 
					            "id": "506",
 | 
				
			||||||
            "name": "克里米亚",
 | 
					            "name": "克里米亚",
 | 
				
			||||||
@@ -163655,6 +163710,486 @@
 | 
				
			|||||||
            "customName",
 | 
					            "customName",
 | 
				
			||||||
            "customCodes"
 | 
					            "customCodes"
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1832,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"基辅\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1832",
 | 
				
			||||||
 | 
					            "name": "基辅",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1832"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1833,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"哈尔科夫\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1833",
 | 
				
			||||||
 | 
					            "name": "哈尔科夫",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1833"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1834,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"第聂伯罗彼得罗夫斯克\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1834",
 | 
				
			||||||
 | 
					            "name": "第聂伯罗彼得罗夫斯克",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1834"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1835,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"伊万诺\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1835",
 | 
				
			||||||
 | 
					            "name": "伊万诺",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1835"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1836,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"尼古拉耶夫\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1836",
 | 
				
			||||||
 | 
					            "name": "尼古拉耶夫",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1836"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1837,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"敖德萨\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1837",
 | 
				
			||||||
 | 
					            "name": "敖德萨",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1837"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1838,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"日托米尔\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1838",
 | 
				
			||||||
 | 
					            "name": "日托米尔",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1838"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1839,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"扎波罗热\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1839",
 | 
				
			||||||
 | 
					            "name": "扎波罗热",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1839"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1840,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"文尼察\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1840",
 | 
				
			||||||
 | 
					            "name": "文尼察",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1840"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1841,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"苏梅\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1841",
 | 
				
			||||||
 | 
					            "name": "苏梅",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1841"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1842,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"顿涅茨克\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1842",
 | 
				
			||||||
 | 
					            "name": "顿涅茨克",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1842"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1843,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"赫梅利尼茨基\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1843",
 | 
				
			||||||
 | 
					            "name": "赫梅利尼茨基",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1843"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1844,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"捷尔诺波尔\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1844",
 | 
				
			||||||
 | 
					            "name": "捷尔诺波尔",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1844"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1845,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"利沃夫\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1845",
 | 
				
			||||||
 | 
					            "name": "利沃夫",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1845"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1846,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"卢甘斯克\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1846",
 | 
				
			||||||
 | 
					            "name": "卢甘斯克",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1846"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1847,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"外喀尔巴阡\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1847",
 | 
				
			||||||
 | 
					            "name": "外喀尔巴阡",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1847"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1848,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"沃伦\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1848",
 | 
				
			||||||
 | 
					            "name": "沃伦",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1848"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1849,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"切尔诺夫策\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1849",
 | 
				
			||||||
 | 
					            "name": "切尔诺夫策",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1849"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1850,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"罗夫诺\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1850",
 | 
				
			||||||
 | 
					            "name": "罗夫诺",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1850"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1851,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"波尔塔瓦\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1851",
 | 
				
			||||||
 | 
					            "name": "波尔塔瓦",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1851"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1852,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"切尔卡瑟\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1852",
 | 
				
			||||||
 | 
					            "name": "切尔卡瑟",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1852"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1853,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"赫尔松\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1853",
 | 
				
			||||||
 | 
					            "name": "赫尔松",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1853"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1854,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"切尔尼戈夫\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1854",
 | 
				
			||||||
 | 
					            "name": "切尔尼戈夫",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1854"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "id": 1855,
 | 
				
			||||||
 | 
					          "values": {
 | 
				
			||||||
 | 
					            "codes": "[\"基洛沃格勒\"]",
 | 
				
			||||||
 | 
					            "countryId": "59",
 | 
				
			||||||
 | 
					            "dataId": "",
 | 
				
			||||||
 | 
					            "id": "1855",
 | 
				
			||||||
 | 
					            "name": "基洛沃格勒",
 | 
				
			||||||
 | 
					            "state": "1",
 | 
				
			||||||
 | 
					            "valueId": "1855"
 | 
				
			||||||
 | 
					          },
 | 
				
			||||||
 | 
					          "uniqueFields": [
 | 
				
			||||||
 | 
					            "name",
 | 
				
			||||||
 | 
					            "countryId"
 | 
				
			||||||
 | 
					          ],
 | 
				
			||||||
 | 
					          "exceptFields": [
 | 
				
			||||||
 | 
					            "customName",
 | 
				
			||||||
 | 
					            "customCodes"
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user