{
"data": [
"2@qq.com",
"3@qq.com"
]
}
curl --location --request POST 'http://127.0.0.1:8080/api/delEmailByUser?apikey=666' \
--header 'apikey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
"2@qq.com",
"3@qq.com"
]
}'
{
"code": 200,
"msg": "请求成功",
"result": {
"done": "已执行"
},
"timestamp": "1699958043381"
}