curl --location --request GET '/adminapi/video.videoConfig/detail' \
--header 'token: {{admin-token}}'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"video_models": {
"openai_hk": {
"channel": "string",
"price": 0,
"default": 0,
"name": "string",
"version": "string",
"tips": "string",
"website": "string",
"checked": true
}
},
"video_example": {
"status": 0,
"data": [
null
]
}
}
}