查询发送记录 示例 请求示例 json { "action": "QuerySendDetails", "phoneNumber": "1890000", "sendDate": "20220118", "currentPage": 1, "pageSize": 10, "signName":"天翼云", "templateCode":"SMS13889962005", } 正常返回示例 json { "code": 0, "message": "成功", "totalCount": 1, "data": [ { "id":"65212dcb79e914605da641ef", "phone": "1890000", "requestId": "TxxfZdCz0sbhddV8", "templateCode": "SMS81136825168", "signName": "天翼云", "total": 0, "index": 0, "type": 0, "content": "您的验证码为123,有效期为5分钟!", "status": 3, "statusCode": "DELIVRD", "receiveTime": "20220328T06:29:34.819Z", "deliverTime": "20220328T06:29:34.824Z", "reportTime": "20220328T06:29:35.171Z", "notifyTime": "20220328T06:29:35.171Z" } ], "requestId": "dNFgPWV5Db14vg38" } 错误码 访问错误码列表查看更多错误码。