{
"id": "1111",
"host": "172.16.111.200",
"port": "7890",
"type": "http",
"user": "test",
"password": "test",
"status": "0",
"useNum": ""
}
curl --location --request POST 'http://127.0.0.1:8091/email/email/proxy/add' \
--header 'Safe-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1111",
"host": "172.16.111.200",
"port": "7890",
"type": "http",
"user": "test",
"password": "test",
"status": "0",
"useNum": ""
}'
{
"code": 200,
"success": true,
"msg": "操作成功",
"data": null,
"timestamp": 1704186100568
}