- 案件排期数据相关接口
- 语音识别相关接口
- 笔录转写
- 笔录相关接口
- 笔录模版
- 文档服务
- 笔录历史记录
- 随心签
- 法庭配置
- 卷宗
- 系统管理
- 应用配置
- 签名
- 服务器硬盘监控
- 一张网对接
- 流媒体配置
- 客户端配置
- Websocket长连接注册协议GET
- 获取客户端keyPOST
- 是否启用法庭客户端配置POST
- 获取法庭客户端配置开关接口POST
后台保存法庭配置
开发中
POST
/ecmsweb/courtRoomConfig/saveAndUpdateCourtRoomInfo
请求参数
Body 参数application/json
method
string
必需
requestSource
string
必需
data
object
必需
courtRoomId
string
必需
courtRoomName
string
必需
courtCode
integer
必需
courtName
string
必需
sortOrder
null
必需
courtRoomTypeCode
integer
必需
courtRoomTypeName
string
必需
description
string
必需
signalResourceCode
integer
必需
signalResourceName
string
必需
signalTypeCode
integer
必需
signalTypeName
string
必需
noteServerIp
string
必需
manufacturerCode
integer
必需
manufacturerName
string
必需
timeSeriesPowerIp
string
必需
buildDate
string
必需
systemDetectionStatus
boolean
必需
clientLiveStreaming
integer
必需
bailiffAlarmUrl
string
必需
interfaceId
string
必需
clientTemporaryConnetion
boolean
必需
videoRecoding
boolean
必需
trialLiveImageUrl
string
必需
trialLiveImageSetUp
integer
必需
autoverify
boolean
必需
electronicSignature
integer
必需
textToSpeechMode
integer
必需
idCardModuleType
integer
必需
courtRoomStandType
integer
必需
choiceCauseList
array[string]
必需
noteSyncScheme
integer
必需
audiobackupRecord
boolean
必需
burnServerIp
null
必需
burnType
integer
必需
cloudCourt
boolean
必需
courtShort
string
必需
createTime
string
必需
hostComputerBackups
boolean
必需
noteRecord
boolean
必需
noteServerId
string
必需
noteServerPort
integer
必需
rtRecordSupport
boolean
必需
shareStreamUrl
null
必需
smsInfoId
string
必需
smsInfoName
string
必需
timestamp
string
必需
validityFlag
boolean
必需
videobackupRecord
boolean
必需
wisdomSource
integer
必需
witnessRoomId
null
必需
userId
string
必需
dossierDisplayMethod
integer
必需
示例
{
"method": "",
"requestSource": "",
"data": {
"courtRoomId": "133F8B59_81DA_0A07_CFD8_A0BE2DA80A57",
"courtRoomName": "合并开庭测试",
"courtCode": 16,
"courtName": "北京市丰台区人民法院",
"sortOrder": null,
"courtRoomTypeCode": 4,
"courtRoomTypeName": "便携法庭",
"description": "",
"signalResourceCode": 1,
"signalResourceName": "华夏",
"signalTypeCode": 1,
"signalTypeName": "标清",
"noteServerIp": "3.3.3.3",
"manufacturerCode": 2,
"manufacturerName": "北京华夏电通科技股份有限公司",
"timeSeriesPowerIp": "",
"buildDate": "2024-03-09",
"systemDetectionStatus": true,
"clientLiveStreaming": 0,
"bailiffAlarmUrl": "11",
"interfaceId": "",
"clientTemporaryConnetion": true,
"videoRecoding": true,
"trialLiveImageUrl": "",
"trialLiveImageSetUp": -1,
"autoverify": false,
"electronicSignature": 12,
"textToSpeechMode": 0,
"idCardModuleType": 1,
"courtRoomStandType": 0,
"choiceCauseList": [],
"noteSyncScheme": 2,
"audiobackupRecord": false,
"burnServerIp": null,
"burnType": 1,
"cloudCourt": false,
"courtShort": "-",
"createTime": "2024-03-09 23:09:50",
"hostComputerBackups": true,
"noteRecord": true,
"noteServerId": "-",
"noteServerPort": 24245,
"rtRecordSupport": true,
"shareStreamUrl": null,
"smsInfoId": "-",
"smsInfoName": "-",
"timestamp": "2024-07-01 00:04:23",
"validityFlag": true,
"videobackupRecord": false,
"wisdomSource": 0,
"witnessRoomId": null,
"userId": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"dossierDisplayMethod":1
}
}
示例代码
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/ecmsweb/courtRoomConfig/saveAndUpdateCourtRoomInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "",
"requestSource": "",
"data": {
"courtRoomId": "133F8B59_81DA_0A07_CFD8_A0BE2DA80A57",
"courtRoomName": "合并开庭测试",
"courtCode": 16,
"courtName": "北京市丰台区人民法院",
"sortOrder": null,
"courtRoomTypeCode": 4,
"courtRoomTypeName": "便携法庭",
"description": "",
"signalResourceCode": 1,
"signalResourceName": "华夏",
"signalTypeCode": 1,
"signalTypeName": "标清",
"noteServerIp": "3.3.3.3",
"manufacturerCode": 2,
"manufacturerName": "北京华夏电通科技股份有限公司",
"timeSeriesPowerIp": "",
"buildDate": "2024-03-09",
"systemDetectionStatus": true,
"clientLiveStreaming": 0,
"bailiffAlarmUrl": "11",
"interfaceId": "",
"clientTemporaryConnetion": true,
"videoRecoding": true,
"trialLiveImageUrl": "",
"trialLiveImageSetUp": -1,
"autoverify": false,
"electronicSignature": 12,
"textToSpeechMode": 0,
"idCardModuleType": 1,
"courtRoomStandType": 0,
"choiceCauseList": [],
"noteSyncScheme": 2,
"audiobackupRecord": false,
"burnServerIp": null,
"burnType": 1,
"cloudCourt": false,
"courtShort": "-",
"createTime": "2024-03-09 23:09:50",
"hostComputerBackups": true,
"noteRecord": true,
"noteServerId": "-",
"noteServerPort": 24245,
"rtRecordSupport": true,
"shareStreamUrl": null,
"smsInfoId": "-",
"smsInfoName": "-",
"timestamp": "2024-07-01 00:04:23",
"validityFlag": true,
"videobackupRecord": false,
"wisdomSource": 0,
"witnessRoomId": null,
"userId": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"dossierDisplayMethod":1
}
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
count
integer
必需
data
object
必需
courtRoomName
string
必需
courtRoomId
string
必需
lastPage
null
必需
message
string
必需
success
boolean
必需
示例
{
"code": 200,
"count": 0,
"data": {
"courtRoomName": "合并开庭测试",
"courtRoomId": "133F8B59_81DA_0A07_CFD8_A0BE2DA80A57"
},
"lastPage": null,
"message": "操作成功",
"success": true
}
修改于 2024-07-04 07:52:42