{
"video_models": {
"openai_hk": {
"channel": "openai_hk",
"price": 10,
"default": 1,
"name": "luma",
"version": "relax",
"tips": "开通地址:https://www.openai-hk.com",
"website": "https://openai-hk.com/?i=33297",
"checked": true
}
},
"video_example": {
"status": 0,
"data": [
"示例11111",
"示例22222"
]
}
}curl --location --request POST '/adminapi/video.videoConfig/save' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_models": {
"openai_hk": {
"channel": "openai_hk",
"price": 10,
"default": 1,
"name": "luma",
"version": "relax",
"tips": "开通地址:https://www.openai-hk.com",
"website": "https://openai-hk.com/?i=33297",
"checked": true
}
},
"video_example": {
"status": 0,
"data": [
"示例11111",
"示例22222"
]
}
}'{
"code": 0,
"show": 0,
"msg": "string",
"data": [
"string"
]
}