云消息服务 KooMessage-查询智能信息发送明细:响应参数

时间:2025-02-12 15:01:31

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

send_details

Array of AIMMsgSendDetail objects

查询发送明细结果集。

page_info

Page object

分页信息。

表4 AIMMsgSendDetail

参数

参数类型

描述

msg_id

String

发送明细的唯一标识ID。

task_id

String

任务ID。

task_name

String

任务名称。

tpl_id

String

智能信息模板ID。

tpl_name

String

智能信息模板名称。

cust_flag

String

创建解析任务时填写用户唯一标识,手机号码或者任何的唯一标识,唯一标识不超过64个字符。发送智能信息时则必须填客户的手机号码。此处为手机号。样例为:130****0001。

send_account

String

发送的目标手机号。

send_status

String

发送状态。

  • success:发送成功

  • fail:发送失败

  • sending:发送中

send_time

String

发送时间。

receive_time

String

接收时间。

result_code

String

发送错误码。

表5 Page

参数

参数类型

描述

offset

Integer

偏移量,表示从此偏移量开始查询,offset大于等于0。

limit

Integer

每页显示的条目数量。

total

Integer

总条数。

状态码: 400

表6 响应Body参数

参数

参数类型

描述

error_code

String

结果状态码。

error_msg

String

结果详情。

error_message

AnyType

结果详情。

说明:

该字段在以后可能会废弃,建议使用error_msg字段对接。

状态码: 500

表7 响应Body参数

参数

参数类型

描述

error_code

String

结果状态码。

error_msg

String

结果详情。

error_message

AnyType

结果详情。

说明:

该字段在以后可能会废弃,建议使用error_msg字段对接。

support.huaweicloud.com/api-koomessage/ListSendDetails.html