- 案件排期数据相关接口
- 语音识别相关接口
- 笔录转写
- 笔录相关接口
- 笔录模版
- 文档服务
- 笔录历史记录
- 随心签
- 法庭配置
- 卷宗
- 系统管理
- 应用配置
- 签名
- 服务器硬盘监控
- 一张网对接
- 流媒体配置
- 客户端配置
- Websocket长连接注册协议GET
- 获取客户端keyPOST
- 是否启用法庭客户端配置POST
- 获取法庭客户端配置开关接口POST
客户端获取法庭配置
开发中
POST
/ecms/client/getCourtRoomSetting
请求参数
Body 参数application/json
data
object
必需
courtCode
integer
法院代码
courtRoomId
string
法庭ID
mac
string
mac地址
method
string
必需
requestSource
string
必需
示例
{"data":{"courtCode":104,"courtRoomId":"16E5283F_23B1_487B_9BF3_7854536F4040","mac":"8C:EC:4B:8D:F2:78"},"method":"getCourtRoomSetting","requestSource":"ejos"}
示例代码
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://dev-cn.your-api-server.com/ecms/client/getCourtRoomSetting' \
--header 'Content-Type: application/json' \
--data-raw '{"data":{"courtCode":104,"courtRoomId":"16E5283F_23B1_487B_9BF3_7854536F4040","mac":"8C:EC:4B:8D:F2:78"},"method":"getCourtRoomSetting","requestSource":"ejos"}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
count
integer
必需
data
object
必需
courtRoomDeployType
integer
必需
electronicSignature
integer
电子签名方式
idCardModuleType
integer
身份认证类型
noteServerIp
string
笔录同步服务IP
noteServerPort
integer
笔录同步服务端口
noteSyncScheme
integer
笔录同步方案
textToSpeechMode
integer
语音播报类型0为文本转语音1为mp3文件
dossierDisplayMethod
string
卷宗展示方式
message
string
必需
success
boolean
必需
示例
{
"code": 0,
"count": 0,
"data": {
"courtRoomDeployType": 0,
"electronicSignature": 0,
"idCardModuleType": 0,
"noteServerIp": "string",
"noteServerPort": 0,
"noteSyncScheme": 0,
"textToSpeechMode": 0,
"dossierDisplayMethod": "string"
},
"message": "string",
"success": true
}
修改于 2024-07-04 03:07:26