1、素材审核结果回调
素材上传事件
关键参数 | 参数类型 | 参数描述 |
---|---|---|
event | string | 事件类型,此处为media |
timestamp | string | 事件触发时的时间戳 |
id | string | 素材id |
fodderId | string | 创建模板时使用的ID,此ID为运营商侧的id |
status | int | 素材审核状态,1表示通过,其他表示不通过 |
auditDesc | string | 审核结果描述 |
filePath | string | 素材文件地址 |
数据示例
{
"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"
}
模板审核结果回调
关键参数 | 参数类型 | 参数描述 |
---|---|---|
event | string | 事件类型,此处为template |
timestamp | int | 事件触发事件 |
id | string | 模板ID |
status | string | 模板审核状态,1表示通过,其他表示不通过 |
factory | string数组 | 支持的厂商类型 |
auditDesc | string | 审核结果描述 |
数据示例
{
"event": "template",
"timestamp": 1699001804,
"id": "yaYVby",
"status": 1,
"factory": [
"HuaWei",
"XiaoMi"
],
"auditDesc": "审核通过"
}
短网址解析回调
关键参数 | 参数类型 | 参数描述 |
---|---|---|
event | string | 事件类型,此处为parse |
timestamp | int | 事件触发时间 |
msgId | string | 消息ID |
templateId | string | 运营商侧的模板ID |
countime | string | 解析时间 |
factoryType | string | 解析的厂商 |
aimUrl | string | 短网址链接 |
数据示例
{
"event": "parse",
"timestamp": 1699002029,
"msgId": "500131047ABCDDDD",
"templateId": "500131047",
"countime": "1672906612",
"factoryType": "HuaWei",
"aimUrl": "5gyx.cn/8dRwax"
}