curl --location --request GET 'http://124.223.96.189:9103/api/dc/list?m=video_online_count'
{
"msg": "",
"code": 200,
"data": {
"list": [
{
"VIDEO_STATUS": "正常",
"COUNT": 1
},
{
"VIDEO_STATUS": "掉线",
"COUNT": 1
}
]
},
"tm": "2025-04-04 22:45:28"
}