curl --location --request GET 'http://127.0.0.1:8080/api/getSendList?page=1&size=10&emailId=1&user=&asc=asc、desc&apikey=666' \
--header 'apikey;'
{
"code": 200,
"msg": "请求成功",
"result": [
{
"flag": "F241948F-E47D-4BDE-8826-EC01971CCCA5",
"time": "2023-11-14 14:12:19",
"user": "test@daeny.cn"
},
{
"flag": "6CC161C6-4916-4A28-A28D-02EDAF5946CD",
"time": "2023-11-14 14:10:46",
"user": "test@daeny.cn"
}
],
"timestamp": "1699961116154"
}