{
	"info": {
		"_postman_id": "85c640f0-a38b-4f08-a9e3-0797460495c8",
		"name": "样式",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
	},
	"item": [
		{
			"name": "获取图层的配色样式片段",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "appid",
						"value": "apidoc",
						"type": "text"
					},
					{
						"key": "appSecret",
						"value": "apidoc",
						"type": "text"
					}
				],
				"url": {
					"raw": "http://devs.gishub.com.cn:9196/one-map-server-sso-test/am/AmMapLayer/getLayersStyleByCatalogId?catalogId=1889183468095078400&docName=测试文档样式&tableId=t_1889199007854047232",
					"protocol": "http",
					"host": [
						"devs",
						"gishub",
						"com",
						"cn"
					],
					"port": "9196",
					"path": [
						"one-map-server-sso-test",
						"am",
						"AmMapLayer",
						"getLayersStyleByCatalogId"
					],
					"query": [
						{
							"key": "catalogId",
							"value": "1889183468095078400"
						},
						{
							"key": "docName",
							"value": "测试文档样式"
						},
						{
							"key": "tableId",
							"value": "t_1889199007854047232"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "获取图层的默认样式",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "appid",
						"value": "apidoc",
						"type": "text"
					},
					{
						"key": "appSecret",
						"value": "apidoc",
						"type": "text"
					}
				],
				"url": {
					"raw": "http://devs.gishub.com.cn:9196/one-map-server-sso-test/om/OmInfoStyle/getLayerStyle?layerId=l_1889199007854047232",
					"protocol": "http",
					"host": [
						"devs",
						"gishub",
						"com",
						"cn"
					],
					"port": "9196",
					"path": [
						"one-map-server-sso-test",
						"om",
						"OmInfoStyle",
						"getLayerStyle"
					],
					"query": [
						{
							"key": "layerId",
							"value": "l_1889199007854047232"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "获取配色方案的完整的样式style.json",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "appid",
						"value": "apidoc",
						"type": "text"
					},
					{
						"key": "appSecret",
						"value": "apidoc",
						"type": "text"
					}
				],
				"url": "http://devs.gishub.com.cn:9196/one-map-server-sso-test/am/AmMapDoc/1889183468095078400/测试文档样式/style.json"
			},
			"response": []
		}
	]
}