{
"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 '{
"host": "172.16.111.200",
"port": "7890",
"type": "http",
"user": "test",
"password": "test",
"status": "0",
"useNum": ""
}'
{
"code": 200,
"success": true,
"msg": "操作成功",
"data": {
"createId": null,
"createTime": "2024-01-01 14:15:09",
"updateId": null,
"updateTime": "2024-01-02 12:21:30",
"isDelete": 0,
"id": "54e442d5b201be4c8fb9472ec81c2623",
"host": "127.0.0.1",
"port": "7890",
"type": "http",
"user": "",
"password": "",
"useNum": 1,
"status": "0"
},
"timestamp": 1704186596455
}