- 案件排期数据相关接口
- 语音识别相关接口
- 笔录转写
- 笔录相关接口
- 笔录模版
- 文档服务
- 笔录历史记录
- 随心签
- 法庭配置
- 卷宗
- 系统管理
- 应用配置
- 签名
- 服务器硬盘监控
- 一张网对接
- 流媒体配置
- 客户端配置
- Websocket长连接注册协议GET
- 获取客户端keyPOST
- 是否启用法庭客户端配置POST
- 获取法庭客户端配置开关接口POST
推送mic修改配置 websocket
开发中
GET
pushMicConfig
请求参数
Body 参数application/json
method
string
必需
data
object
必需
courtCode
string
法院代码
courtRoomId
string
法庭id
userId
string
用户id
trialPlanId
string
排期id
caseInfoId
string
案件id
key
string
必需
courtTime
integer
庭次
noClerkTrial
boolean
无书记员
caseNumber
string
案号
userName
string
用户名
micInfoId
string
麦克id
micInfoName
string
麦克名称
speechRecognitionState
boolean
语音识别状态
phoneticTranslationState
boolean
语音转写状态
示例
{
"method": "string",
"data": {
"courtCode": "string",
"courtRoomId": "string",
"userId": "string",
"trialPlanId": "string",
"caseInfoId": "string",
"key": "string",
"courtTime": 0,
"noClerkTrial": true,
"caseNumber": "string",
"userName": "string",
"micInfoId": "string",
"micInfoName": "string",
"speechRecognitionState": true,
"phoneticTranslationState": true
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.compushMicConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "string",
"data": {
"courtCode": "string",
"courtRoomId": "string",
"userId": "string",
"trialPlanId": "string",
"caseInfoId": "string",
"key": "string",
"courtTime": 0,
"noClerkTrial": true,
"caseNumber": "string",
"userName": "string",
"micInfoId": "string",
"micInfoName": "string",
"speechRecognitionState": true,
"phoneticTranslationState": true
}
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-07-15 03:38:43