{
"id": null,
"sendType": null,
"sendSwitch": null,
"sendTheme": null,
"sendTitle": null,
"sendTemplates": null,
"pageIndex": 1,
"pageSize": 10,
"orders": [
{
"column": null,
"asc": null
}
]
}
curl --location --request POST '/myauth/web/getMailSendList' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"sendType": null,
"sendSwitch": null,
"sendTheme": null,
"sendTitle": null,
"sendTemplates": null,
"pageIndex": 1,
"pageSize": 10,
"orders": [
{
"column": null,
"asc": null
}
]
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 1,
"sendType": "request",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心注册通知",
"sendTitle": "您的授权绑定已注册成功!",
"sendTemplates": "authSend"
},
{
"id": 2,
"sendType": "useCkey",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心使用卡密通知",
"sendTitle": "您的授权绑定已使用新的卡密!",
"sendTemplates": "authSend"
},
{
"id": 3,
"sendType": "unbind",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心用户解绑通知",
"sendTitle": "您的授权绑定已解绑!",
"sendTemplates": "authSend"
},
{
"id": 4,
"sendType": "editPass",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心修改密码通知",
"sendTitle": "您的授权绑定已修改密码!",
"sendTemplates": "authSend"
},
{
"id": 5,
"sendType": "editInfo",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心资料(QQ/昵称)修改通知",
"sendTitle": "您的授权绑定已修改资料(QQ/昵称)!",
"sendTemplates": "authSend"
},
{
"id": 6,
"sendType": "authTimeExpires",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心授权到期通知",
"sendTitle": "您的授权绑定已到期!",
"sendTemplates": "authSend"
},
{
"id": 7,
"sendType": "updUser",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心授权修改通知",
"sendTitle": "管理员已修改你的授权信息!",
"sendTemplates": "authSend"
},
{
"id": 8,
"sendType": "addUser",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心授权添加通知",
"sendTitle": "管理员已添加你的授权信息!",
"sendTemplates": "authSend"
}
],
"total": 8,
"size": 10,
"current": 1,
"orders": [
{
"column": "",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1652713454566
}