{
"platform": "百度1",
"status": true,
"level": 1,
"cfg": {
"appKey": "",
"secKey": "",
"url": "https://openapi.youdao.com/api",
"curlTimeOut": 1000
},
"type": "Baidu"
}
curl --location --request POST '/api/saveConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "百度1",
"status": true,
"level": 1,
"cfg": {
"appKey": "",
"secKey": "",
"url": "https://openapi.youdao.com/api",
"curlTimeOut": 1000
},
"type": "Baidu"
}'
{
"code": 1000,
"data": [],
"msg": "SUCCESS !!!",
"time": 1715393900901
}