{
"type": 9,
"model_id": 1,
"channel": "openai",
"key": "111",
"appid": "",
"secret": "",
"status": 1
}
curl --location --request POST '/adminapi/setting.keyPool/add' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 9,
"model_id": 1,
"channel": "openai",
"key": "111",
"appid": "",
"secret": "",
"status": 1
}'
{
"code": 1,
"show": 0,
"msg": "添加成功",
"data": []
}