1 Star 0 Fork 115

没什么好笑的 / NodeJS版本基于GB28181的管理平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test-api.http 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
编程圈子 提交于 2021-01-16 00:56 . clear history
### 测试接口 管理员登陆
POST http://{{host}}/api/v1/admin/checklogin
Content-Type: application/json
{
"username":"admin",
"password":"123456"
}
#### 测试接口 管理员注销登陆
POST http://{{host}}/api/v1/admin/logout
Content-Type: application/json
{
}
#### 测试保存配置接口
POST http://{{host}}/api/v1/setting/save
Content-Type: application/json
{
"sip_command_account" : "1234789",
"sip_command_password" : "12345678",
"server_realm" : "",
"sip_command_host" : "123",
"keep_alive" : 60
}
#### 测试加载配置接口
GET http://{{host}}/api/v1/setting/load
Content-Type: application/json
{
}
#### 测试获取gb28181在线列表
GET http://{{host}}/api/v1/gb28181/getClients
Content-Type: application/json
{
}
NodeJS
1
https://gitee.com/xintao/GB28181_Node_Http.git
git@gitee.com:xintao/GB28181_Node_Http.git
xintao
GB28181_Node_Http
NodeJS版本基于GB28181的管理平台
master

搜索帮助