{
"method": "string",
"requestSource": "string",
"data": {
"clientType": "string",
"courtRoomId": "string"
}
}curl --location --request POST 'http://dev-cn.your-api-server.com/ecms/ecmsweb/getCourtRoomClientConfigStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "string",
"requestSource": "string",
"data": {
"clientType": "string",
"courtRoomId": "string"
}
}'{
"code": 0,
"message": "string",
"count": 0,
"data": {
"whetherEnable": true
}
}