Commit 12893232 by wangyuanfeng

add test model

parent f0dad91f
No preview for this file type
No preview for this file type
{
{
"id": "b097531a-f26b-4e73-865f-a3a1eb1b008d",
"name": "\b体育场预订_manage",
"values": [
{
"key": "gateway-user",
"value": "https://usergwtest.bgycc.com",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "user_phone",
"value": "13535593630",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "access-Token",
"value": "f6adec7127414d0dac5dbde7810f5c69",
"enabled": true
},
{
"key": "tradeId",
"value": "1836",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "stadiumId",
"value": "2351",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2019-01-08T09:14:29.945Z",
"_postman_exported_using": "Postman/6.5.2"
}
\ No newline at end of file
{
{
"info": {
"_postman_id": "75deef34-f669-4d07-9330-fb375c37b359",
"name": "体育场预订",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "用户登录",
"event": [
{
"listen": "test",
"script": {
"id": "ab616fda-d96b-4f71-a9aa-6c59ce279e71",
"exec": [
"// console.log(\"----------------responseBody--------------\"+responseBody);",
"var jsonData = JSON.parse(responseBody);",
"// console.log(\"----------------jsonData.data.accessToken--------------\"+jsonData.data.accessToken);",
"",
"if(jsonData.data !== null || jsonData.data !==\"\")",
"{",
" tests[\"accessToken\"] = true;",
" postman.setEnvironmentVariable(\"access-Token\",jsonData.data.accessToken);",
" ",
"}",
"else",
"{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"accessToken\"]=false;",
"}",
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"userPhone\": {{user_phone}},\n \"userPassword\": \"123456\",\n \"equipment\": \"c5d93c486a95d658\",\n \"channelId\": 1\n}"
},
"url": "{{gateway-user}}/app/login"
},
"response": []
},
{
"name": "体育场下单",
"event": [
{
"listen": "test",
"script": {
"id": "b6fe769c-42a0-4f01-b84d-0efeccb391aa",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"roomId\":1,\n\t\"roomName\":\"1\",\n\t\"roomImg\":\"1\",\n\t\"townId\":1,\n\t\"townName\":\"11\",\n\t\"starDate\":\"2019-10-12\",\n\t\"starTime\":\"11:00:00\",\n\t\"terminal\":\"APP\",\n\t\"starTimeList\":[\"09:00〜09:30\",\"10:00〜11:00\"]\n}"
},
"url": "{{gateway-user}}/trade/stadium/save"
},
"response": []
},
{
"name": "体育场查看人员占用时间段",
"event": [
{
"listen": "test",
"script": {
"id": "e40083a7-7317-4165-8fe5-c29841a18f55",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"roomId\":1,\n\t\"starDate\":\"2018-09-11\"\n}"
},
"url": "{{gateway-user}}/trade/stadium/get/time"
},
"response": []
},
{
"name": "查看体育场订单列表",
"event": [
{
"listen": "test",
"script": {
"id": "101950a3-d9af-45f6-862c-3b0b0791099f",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"townId\":1,\n\t\"hallId\":1,\n\t\"tradeStatus\":\"APPLY\",\n\t\"tradeNo\":1\n}"
},
"url": {
"raw": "{{gateway-user}}/trade/stadium/list?p=1&c=10",
"host": [
"{{gateway-user}}"
],
"path": [
"trade",
"stadium",
"list"
],
"query": [
{
"key": "p",
"value": "1"
},
{
"key": "c",
"value": "10"
}
]
}
},
"response": []
},
{
"name": "查看体育场订单详情",
"event": [
{
"listen": "test",
"script": {
"id": "b55916d5-614a-457f-96b4-f5e39da0e692",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": "{{gateway-user}}/trade/{{tradeId}}"
},
"response": []
},
{
"name": "用户取消订单",
"event": [
{
"listen": "test",
"script": {
"id": "493c6dc5-7fe7-4a07-888b-30f1b14732c2",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"id\":{{stadiumId}}\n}"
},
"url": "{{gateway-user}}/trade/user/fail"
},
"response": []
}
]
}
\ No newline at end of file
{
{
"info": {
"_postman_id": "d2019843-17cc-4b12-a0d4-1ebf96308a5a",
"name": "娱乐场预定",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "用户登录",
"event": [
{
"listen": "test",
"script": {
"id": "24a49e27-fbcd-41a8-865d-6fdec230b6ca",
"exec": [
"// console.log(\"----------------responseBody--------------\"+responseBody);",
"var jsonData = JSON.parse(responseBody);",
"// console.log(\"----------------jsonData.data.accessToken--------------\"+jsonData.data.accessToken);",
"",
"if(jsonData.data !== null || jsonData.data !==\"\")",
"{",
" tests[\"accessToken\"] = true;",
" postman.setEnvironmentVariable(\"access-Token\",jsonData.data.accessToken);",
" ",
"}",
"else",
"{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"accessToken\"]=false;",
"}",
""
],
"type": "text/javascript"
}
},
{
"listen": "prerequest",
"script": {
"id": "b4215bcf-fbff-4e3d-9f19-538d7af903ee",
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"userPhone\": {{user_phone}},\n \"userPassword\": \"123456\",\n \"equipment\": \"c5d93c486a95d658\",\n \"channelId\": 1\n}"
},
"url": "{{gateway-user}}/app/login"
},
"response": []
},
{
"name": "娱乐场地预订下单",
"event": [
{
"listen": "test",
"script": {
"id": "752ac2a4-338b-476a-84e2-dbd5dd9bc055",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"entertainmentId\":1,\n\t\"entertainmentName\":\"1\",\n\t\"entertainmentImgUrl\":\"1\",\n\t\"townId\":1,\n\t\"townName\":\"11\",\n\t\"subscribeTime\":\"2019-10-12\",\n\t\"terminal\":\"APP\",\n\t\"starTimeList\":[\"09:00〜09:30\",\"10:00〜11:00\"]\n}"
},
"url": "{{gateway-user}}/trade/entertainment/save"
},
"response": []
},
{
"name": "查看娱乐场订单列表",
"event": [
{
"listen": "test",
"script": {
"id": "f1d07584-f234-41ec-ab59-9bc6630e9416",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"townId\":1\n}"
},
"url": {
"raw": "{{gateway-user}}/trade/entertainment/list?p=1&c=10",
"host": [
"{{gateway-user}}"
],
"path": [
"trade",
"entertainment",
"list"
],
"query": [
{
"key": "p",
"value": "1"
},
{
"key": "c",
"value": "10"
}
]
}
},
"response": []
},
{
"name": "根据id查看订单详情",
"event": [
{
"listen": "test",
"script": {
"id": "4405f117-a7d9-4a75-9804-da1fe493d9cf",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": "{{gateway-user}}/trade/entertainment/get/entertainmenttrade/{{id}}"
},
"response": []
},
{
"name": "查看娱乐场时间占用",
"event": [
{
"listen": "test",
"script": {
"id": "2cacac31-3fef-4313-9bd3-a0553ff094fe",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"townId\":1,\n\t\"entertainmentId\":1,\n\t\"subscribeTime\":\"2018-09-29\"\n}"
},
"url": "{{gateway-user}}/trade/entertainment/time"
},
"response": []
},
{
"name": "用户取消订单",
"event": [
{
"listen": "test",
"script": {
"id": "18ea1e38-a6cb-4ac2-b79a-441421723cd3",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"id\":{{entertainmentId}}\n}"
},
"url": "{{gateway-user}}/trade/entertainment/user/cancel"
},
"response": []
}
]
}
\ No newline at end of file
{
{
"id": "6477b250-f998-4256-97d8-8d472f7693a5",
"name": "娱乐场预定_manage",
"values": [
{
"key": "gateway-user",
"value": "https://usergwtest.bgycc.com",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "user_phone",
"value": "13535593630",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "access-Token",
"value": "470d7a2a73b64a48991b060292e6cf52",
"enabled": true
},
{
"key": "id",
"value": "2",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "entertainmentId",
"value": "126",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2019-01-08T09:18:34.180Z",
"_postman_exported_using": "Postman/6.5.2"
}
\ No newline at end of file
{
{
"info": {
"_postman_id": "d56bd932-7ffd-4530-b729-a56ec4f63be9",
"name": "意见反馈",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "用户登录",
"event": [
{
"listen": "test",
"script": {
"id": "ab616fda-d96b-4f71-a9aa-6c59ce279e71",
"exec": [
"// console.log(\"----------------responseBody--------------\"+responseBody);",
"var jsonData = JSON.parse(responseBody);",
"// console.log(\"----------------jsonData.data.accessToken--------------\"+jsonData.data.accessToken);",
"",
"if(jsonData.data !== null || jsonData.data !==\"\")",
"{",
" tests[\"accessToken\"] = true;",
" postman.setEnvironmentVariable(\"access-Token\",jsonData.data.accessToken);",
" ",
"}",
"else",
"{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"accessToken\"]=false;",
"}",
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"userPhone\": {{user_phone}},\n \"userPassword\": \"123456\",\n \"equipment\": \"c5d93c486a95d658\",\n \"channelId\": 1\n}"
},
"url": "{{gateway-user}}/app/login"
},
"response": []
},
{
"name": "添加意见反馈",
"event": [
{
"listen": "test",
"script": {
"id": "3571ff97-de2d-411b-a1c6-7c901ef1f051",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"townId\": 1,\n \"message\": \"有没有搞错,好慢啊\"\n}"
},
"url": "{{gateway-user}}/opinion"
},
"response": []
}
]
}
\ No newline at end of file
{
{
"id": "5c578c54-baee-4b34-9fde-42e8ddd8cd11",
"name": "意见反馈_manage",
"values": [
{
"key": "gateway-user",
"value": "\nhttps://usergwtest.bgycc.com",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "user_phone",
"value": "13535593630",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "access-Token",
"value": "29bb82a206ae4503b6f1ae20237e9320",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2019-01-08T09:17:53.720Z",
"_postman_exported_using": "Postman/6.5.2"
}
\ No newline at end of file
{
{
"info": {
"_postman_id": "1f94031f-b783-454b-bfad-cd4ea3c26e27",
"name": "我的企业",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "用户登录",
"event": [
{
"listen": "test",
"script": {
"id": "ab616fda-d96b-4f71-a9aa-6c59ce279e71",
"exec": [
"// console.log(\"----------------responseBody--------------\"+responseBody);",
"var jsonData = JSON.parse(responseBody);",
"// console.log(\"----------------jsonData.data.accessToken--------------\"+jsonData.data.accessToken);",
"",
"if(jsonData.data !== null || jsonData.data !==\"\")",
"{",
" tests[\"accessToken\"] = true;",
" postman.setEnvironmentVariable(\"access-Token\",jsonData.data.accessToken);",
" ",
"}",
"else",
"{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"accessToken\"]=false;",
"}",
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"userPhone\": {{user_phone}},\n \"userPassword\": \"123456\",\n \"equipment\": \"c5d93c486a95d658\",\n \"channelId\": 1\n}"
},
"url": "{{gateway-user}}/app/login"
},
"response": []
},
{
"name": "添加企业员工",
"event": [
{
"listen": "test",
"script": {
"id": "4fbf222d-b63e-4500-b252-a963d5db3551",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}",
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"enterpriseId\":334,\n\t\"userPhone\":\"18511012547\",\n\t\"applyInstructions\":\"adsacds\",\n\t\"identifying\":\"com.bgycc.bihe\"\n}"
},
"url": {
"raw": "{{gateway-user}}/company/apply/enterprisaccoount",
"host": [
"{{gateway-user}}"
],
"path": [
"company",
"apply",
"enterprisaccoount"
],
"query": [
{
"key": "",
"value": ""
}
]
}
},
"response": []
},
{
"name": "修改默认企业",
"event": [
{
"listen": "test",
"script": {
"id": "082a2f68-6a8e-483b-8f54-9c285efe1043",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}",
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n\t\"id\":{{enterprise_id}},\n\t\"townId\":74\n}"
},
"url": "{{gateway-user}}/company/apply/update/default/company"
},
"response": []
},
{
"name": "全部同意审批企业员工",
"event": [
{
"listen": "test",
"script": {
"id": "a425e13f-20cb-4e55-a2ed-1d98b46d53ef",
"exec": [
"var jsonData = JSON.parse(responseBody);",
"if(jsonData.code === \"0\")",
"{",
" tests[\"code\"] = true;",
"}",
"else{",
" console.log(\"接口返回错误:\"+jsonData.msg);",
" tests[\"code\"+jsonData.msg]=false;",
"}",
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "PUT",
"header": [
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
},
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "[129]"
},
"url": {
"raw": "{{gateway-user}}/company/apply/consent/enterpriseid/{{enterpriseId}}",
"host": [
"{{gateway-user}}"
],
"path": [
"company",
"apply",
"consent",
"enterpriseid",
"{{enterpriseId}}"
],
"query": [
{
"key": "",
"value": ""
}
]
}
},
"response": []
},
{
"name": "全部拒绝审批企业员工",
"request": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "access-token",
"value": "{{access-Token}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "[129]"
},
"url": "{{gateway-user}}/company/apply/reject/enterpriseid/{{enterpriseId}}"
},
"response": []
}
]
}
\ No newline at end of file
{
{
"id": "4e8e5156-4c0e-4069-a0d7-f97109505593",
"name": "我的企业_manage",
"values": [
{
"key": "gateway-user",
"value": "https://usergwtest.bgycc.com",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "user_phone",
"value": "13535593630",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "enterprise_id",
"value": "334",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "access-Token",
"value": "a20354c351364bb2950f7796b7bbc44e",
"enabled": true
},
{
"key": "enterpriseId",
"value": "334",
"type": "text",
"description": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2019-01-08T09:17:02.549Z",
"_postman_exported_using": "Postman/6.5.2"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment