curl --location --request GET 'http://127.0.0.1:8080/api/getEmailList?page=1&size=10&domainId=1&user=test&apikey=666' \
--header 'apikey;'
{
"code": 200,
"msg": "请求成功",
"result": [
{
"id": "2325",
"user": "abc@daeny.cn",
"pass": "abc",
"forward": "1330166564@qq.com",
"lock": "1",
"subject": "您的邮件我已收到",
"content": "你好\r\n我现在正在休假,将在休假结束后回复您",
"expireLock": "1",
"expireTime": "2024-09-30 00:00:00"
},
{
"id": "2324",
"user": "test@daeny.cn",
"pass": "test",
"forward": "",
"lock": "0",
"subject": "",
"content": "",
"expireLock": "0",
"expireTime": "2024-09-29 00:00:00"
}
],
"timestamp": "1727573118639"
}