{
	"info": {
		"_postman_id": "3fd5827c-741b-4ad5-b2f7-16c2a568ab04",
		"name": "Func",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "GetLocalInfo",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"nodeID\" : \"4XLxZjgonrWjCbxxCq86ffkhHmCoLTfksSdHKBx2zU8Q\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:30000/GetLocalInfo",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "30000",
					"path": [
						"GetLocalInfo"
					]
				}
			},
			"response": []
		},
		{
			"name": "CreateKeyStore",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"count\" : 2\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:30000/CreateKeyStore",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "30000",
					"path": [
						"CreateKeyStore"
					]
				}
			},
			"response": []
		},
		{
			"name": "UpdateUserInfo",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"nodeID\" : \"BTgbV525ZaNRDe7jSFgbtfnCAEFJaBGH5mUyvMW1vUXB\",\r\n    \"priKey\" : \"3f82982664a6ebb03b37ded57e48026db82321db12c0d1a17027e617f31201cfca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\",\r\n    \"data\" : {\r\n        \"nic\" : \"bwQA1\",\r\n        \"pfpId\" : \"1\",\r\n        \"pubKey\" : \"ca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\",\r\n        \"pubCurve\" : \"24bbbf7bec3e9e1ffbc2eb1718a5572543fc8677d7f13003799b4f9ce948e534\",\r\n        \"version\" : \"1\",\r\n        \"listVersion\" : \"1\",\r\n        \"maxGpVcMbr\" : \"1\"\r\n    }\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:30000/UpdateUserInfo",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "30000",
					"path": [
						"UpdateUserInfo"
					]
				}
			},
			"response": []
		},
		{
			"name": "GetUserinfo",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"addrNet\" : \"8VWsuATVmDMDmzJCXMWRUBZ4Luizuc4rktkTCMRwJTM2\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:30000/GetUserinfo",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "30000",
					"path": [
						"GetUserinfo"
					]
				}
			},
			"response": []
		},
		{
			"name": "AddFriend",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"nodeID\" : \"BTgbV525ZaNRDe7jSFgbtfnCAEFJaBGH5mUyvMW1vUXB\",\r\n    \"priKey\" : \"3f82982664a6ebb03b37ded57e48026db82321db12c0d1a17027e617f31201cfca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\",\r\n    \"changePri\" : \"64df0ba70d000bba3c344252384686fc385e162edc0d78b1093510b863a23015\",\r\n    \"pubKey\" : \"ca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\",\r\n    \"curPub\" : \"24bbbf7bec3e9e1ffbc2eb1718a5572543fc8677d7f13003799b4f9ce948e534\",\r\n    \"data\" : {\r\n        \"nic\" : \"bwQA\",\r\n        \"pfpId\" : \"1\",\r\n        \"pubKey\" : \"5bd729b4e26ff3cb113d8c3ae4a8cba7979dd715a045d479f855b7da774b32de\",\r\n        \"pfpUrl\" : \"https://head.png\",\r\n        \"remark\" : \"\",\r\n        \"bId\" : \"\",\r\n        \"cId\" : \"\",\r\n        \"myDomain\" : \"\" \r\n    },\r\n    \"toPuk\" : \"5bd729b4e26ff3cb113d8c3ae4a8cba7979dd715a045d479f855b7da774b32de\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:30000/AddFriend",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "30000",
					"path": [
						"AddFriend"
					]
				}
			},
			"response": []
		},
		{
			"name": "SendMsg",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"nodeID\" : \"BTgbV525ZaNRDe7jSFgbtfnCAEFJaBGH5mUyvMW1vUXB\",\r\n    \"priKey\" : \"3f82982664a6ebb03b37ded57e48026db82321db12c0d1a17027e617f31201cfca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\",\r\n    \"changePri\" : \"64df0ba70d000bba3c344252384686fc385e162edc0d78b1093510b863a23015\",\r\n    \"pubKey\" : \"ca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\",\r\n    \"curPub\" : \"24bbbf7bec3e9e1ffbc2eb1718a5572543fc8677d7f13003799b4f9ce948e534\", \r\n    \"msg\" : \"2\",\r\n    \"toId\" : \"8VWsuATVmDMDmzJCXMWRUBZ4Luizuc4rktkTCMRwJTM2\",\r\n    \"toPuk\" : \"29e99af55076d92cff9bc2ca55f83bcb7a143118eb6b0e2485cb501803ac7f27\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:30000/SendMsg",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "30000",
					"path": [
						"SendMsg"
					]
				}
			},
			"response": []
		},
		{
			"name": "CreateGroup",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"nodeID\": \"BTgbV525ZaNRDe7jSFgbtfnCAEFJaBGH5mUyvMW1vUXB\", \r\n    \"priKey\": \"3f82982664a6ebb03b37ded57e48026db82321db12c0d1a17027e617f31201cfca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\", \r\n\t\"pubKey\": \"ca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\", \r\n\t\"curPub\": \"24bbbf7bec3e9e1ffbc2eb1718a5572543fc8677d7f13003799b4f9ce948e534\",\r\n    \"name\": \"testGroup\",\r\n    \"mems\": [\r\n        {\r\n            \"id\": \"8VWsuATVmDMDmzJCXMWRUBZ4Luizuc4rktkTCMRwJTM2\",\r\n            \"status\": 0,\r\n            \"name\": \"9s9QapHEEk\"\r\n        },\r\n        {\r\n            \"id\": \"BTgbV525ZaNRDe7jSFgbtfnCAEFJaBGH5mUyvMW1vUXB\",\r\n            \"status\": 2,\r\n            \"name\": \"AGM8sMeV\"\r\n        }\r\n    ]\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:30000/CreateGroup",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "30000",
					"path": [
						"CreateGroup"
					]
				}
			},
			"response": []
		},
		{
			"name": "GetGroupInfo",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\t\"nodeID\": \"BTgbV525ZaNRDe7jSFgbtfnCAEFJaBGH5mUyvMW1vUXB\", \r\n\t\"ID\": \"GRKZ9trVvAzDdCR1ge7pXf3MJdtBT4uQeuzCxM8FkgBT\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:30000/GetGroupInfo",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "30000",
					"path": [
						"GetGroupInfo"
					]
				}
			},
			"response": []
		},
		{
			"name": "SendGroupMsg",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n\t\"nodeID\": \"BTgbV525ZaNRDe7jSFgbtfnCAEFJaBGH5mUyvMW1vUXB\", \r\n\t\"priKey\": \"3f82982664a6ebb03b37ded57e48026db82321db12c0d1a17027e617f31201cfca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\", \r\n\t\"pubKey\": \"ca257832bf9b8a8775163b73c64a1646770a8d2aad6f42b2fd280fcb80e3c1e2\", \r\n\t\"curPub\": \"24bbbf7bec3e9e1ffbc2eb1718a5572543fc8677d7f13003799b4f9ce948e534\", \r\n\t\"msg\": \"11112223333333\",\r\n\t\"toId\": \"GRKZ9trVvAzDdCR1ge7pXf3MJdtBT4uQeuzCxM8FkgBT\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:30000/SendGroupMsg",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "30000",
					"path": [
						"SendGroupMsg"
					]
				}
			},
			"response": []
		}
	]
}