注册送短信

1、素材审核结果回调

素材上传事件

关键参数参数类型参数描述
eventstring事件类型,此处为media
timestampstring事件触发时的时间戳
idstring素材id
fodderIdstring创建模板时使用的ID,此ID为运营商侧的id
statusint素材审核状态,1表示通过,其他表示不通过
auditDescstring审核结果描述
filePathstring素材文件地址

数据示例

{
    "event": "media",
    "timestamp": 1699001835,
    "id": "J7BrY3",
    "fodderId": 880296600977702900,
    "status": 1,
    "auditDesc": "审核通过",
    "filePath": "https://f.10086.cn/aimmaterial/material/download/2023-11-03-05-15f5d0bce96c461db784e3b097ce91da.png"
}

模板审核结果回调

关键参数参数类型参数描述
eventstring事件类型,此处为template
timestampint事件触发事件
idstring模板ID
statusstring模板审核状态,1表示通过,其他表示不通过
factorystring数组支持的厂商类型
auditDescstring审核结果描述

数据示例

{
     "event": "template",
     "timestamp": 1699001804,
    "id": "yaYVby",
    "status": 1,
    "factory": [
        "HuaWei",
         "XiaoMi"
    ],
    "auditDesc": "审核通过"
}

短网址解析回调

关键参数参数类型参数描述
eventstring事件类型,此处为parse
timestampint事件触发时间
msgIdstring消息ID
templateIdstring运营商侧的模板ID
countimestring解析时间
factoryTypestring解析的厂商
aimUrlstring短网址链接

数据示例

{
    "event": "parse",
    "timestamp": 1699002029,
    "msgId": "500131047ABCDDDD",
    "templateId": "500131047",
    "countime": "1672906612",
    "factoryType": "HuaWei",
    "aimUrl": "5gyx.cn/8dRwax"
}