- 案件排期数据相关接口
- 语音识别相关接口
- 笔录转写
- 笔录相关接口
- 笔录模版
- 文档服务
- 笔录历史记录
- 随心签
- 法庭配置
- 卷宗
- 系统管理
- 应用配置
- 签名
- 服务器硬盘监控
- 一张网对接
- 流媒体配置
- 客户端配置
- Websocket长连接注册协议GET
- 获取客户端keyPOST
- 是否启用法庭客户端配置POST
- 获取法庭客户端配置开关接口POST
获取流媒体版本列表
开发中
POST
http://10.1.2.65:8080/ecms/ecmsweb/smsInfoConfig/getProtocolVersion
请求参数
Body 参数application/json
method
string
调用方法
requestSource
string
请求来源
示例
{
"method": "string",
"requestSource": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://10.1.2.65:8080/ecms/ecmsweb/smsInfoConfig/getProtocolVersion' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "string",
"requestSource": "string"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
count
integer
必需
data
array [object {2}]
必需
name
string
必需
code
string
必需
message
string
必需
success
boolean
必需
示例
{
"code": 0,
"count": 0,
"data": [
{
"name": "string",
"code": "string"
}
],
"message": "string",
"success": true
}
修改于 2024-12-03 02:09:19