1.URL
http://124.223.60.234:8080/system/asset/hj212/queryEmailPushLogList
2.请求参数
2.1请求头
token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"terminalId":"E86CB5248B36484E924AA0A97783B767",
"key":"xx",
"startTime":"2025-01-16 00:00:00",
"endTime":"2025-01-16 00:00:00",
"pageNum":1,
"pageSize":20
}
2.3.参数说明
| 字段 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| terminalId | String | 环境检测设备系统唯一标识 | Y |
| key | String | 模糊查询key | Y |
| startTime | String | 开始时间,UTC | Y |
| endTime | String | 结束时间,UTC | Y |
| pageNum | int | 分页查询,第几页 | Y |
| pageSize | int | 分页查询,每页显示条数 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": null
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| contacts | String | 推送人 |
| String | 邮件地址 | |
| content | String | 推送内容 |
| pushTime | String | 推送时间 |
| String | 推送邮箱地址 | |
| responseStatus | String | 推送状态 |
| responseResult | int | 推送结果 |
| execDuration | int | 推送耗时,单位毫秒 |
Author:admin Create time:2025-01-16 20:25
Last editor:admin Update time:2025-10-31 14:50
Last editor:admin Update time:2025-10-31 14:50