For the complete documentation index, see llms.txt. This page is also available as Markdown.

WebHook

状态推送

消息状态参数

字段

数据类型

是否必填

描述

accountNo

String

产品账号

appKey

String

应用KEY

messageId

String

消息ID

mobile

String

手机号码

status

String

状态 0: 进行中,1:失败,2:成功

code

String

Code success: 成功, failed :失败

reportTime

String

状态报告时间 yyyy-MM-dd HH:mm:ss

errCode

String

status=1 时,有值,原始失败码

errMessage

String

status=1 时,有值,失败原因

推送示例

{
    "accountNo":"110129512080522",
    "appKey": "6285234567899",
    "messageId": "8618912123456",
    "mobile": "861571111111",
    "status":"0",
    "code":"success",
    "errCode":null,
    "errMessage":null,
    "reportTime":"2024-12-12 11:12:12"
}

最后更新于