{
"platform": "百度1", // 录入的平台名称
"status": true, // 状态 true 打开 false 关闭
"level": 1, // 等级越高优先级越低
"cfg": { // 配置具体配置按照平台
"key": "",
"appId": "",
"url": "https://fanyi-api.baidu.com/api/trans/vip/translate",
"curlTimeOut": 1000
},
"type": "Baidu" // 平台类型 Baidu YouDao Google PaPaGo ChatGPT HuoShan Tencent XunFei XunFeiNiu Deepl
}
curl --location --request POST '/api/saveConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "百度1", // 录入的平台名称
"status": true, // 状态 true 打开 false 关闭
"level": 1, // 等级越高优先级越低
"cfg": { // 配置具体配置按照平台
"key": "",
"appId": "",
"url": "https://fanyi-api.baidu.com/api/trans/vip/translate",
"curlTimeOut": 1000
},
"type": "Baidu" // 平台类型 Baidu YouDao Google PaPaGo ChatGPT HuoShan Tencent XunFei XunFeiNiu Deepl
}'
{
"code": 1000,
"data": [],
"msg": "SUCCESS !!!",
"time": 1715393900901
}