{
"form_address": "string",
"auth_password": "string",
"smtp_host": "string",
"smtp_port": 0
}
curl --location --request POST '/adminapi/notice.email_config/setConfig' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"form_address": "string",
"auth_password": "string",
"smtp_host": "string",
"smtp_port": 0
}'
{"code":1,"show":1,"msg":"操作成功","data":[]}