curl --location --request GET 'https://ds.25soft.com/api-v1/push-records?label=content&search=邮件测试&page=1&limit=2' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"data": {
"rows": [
{
"status": true,
"pushStatus": true,
"_id": "62b194e5615bd2005b1b5b00",
"pushTime": "2022-06-21T09:52:36.190Z",
"type": 4,
"modelType": "Threshold",
"modelId": "61d7a11473c415005a760b82",
"content": "邮件测试",
"__v": 0
},
{
"status": true,
"pushStatus": true,
"_id": "62b23c0aadbafa005aae1284",
"pushTime": "2022-06-21T21:45:45.390Z",
"type": 4,
"modelType": "Threshold",
"modelId": "61d7a11473c415005a760b82",
"content": "邮件测试",
"__v": 0
}
]
}
}