12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "info": {
- "_postman_id": "fe99cc4d-c8ad-41e2-a745-55a7cbb21140",
- "name": "海康威视sdk测试",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
- },
- "item": [
- {
- "name": "实时浏览",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "http://localhost:8899/vedio",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "port": "8899",
- "path": [
- "vedio"
- ]
- }
- },
- "response": []
- },
- {
- "name": "控制云台",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "http://localhost:8899/dev/control/lightPwron",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "port": "8899",
- "path": [
- "dev",
- "control",
- "lightPwron"
- ]
- }
- },
- "response": []
- },
- {
- "name": "抓图",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "http://localhost:8899/dev/catchPic",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "port": "8899",
- "path": [
- "dev",
- "catchPic"
- ]
- }
- },
- "response": []
- }
- ],
- "protocolProfileBehavior": {}
- }
|