推送 App 通知

更新时间:2023-06-15 05:14:01

本文介绍推送 App 通知的 API。

接口描述

为用户发推送验证码、通知类推送或营销推送。

接口地址

POST: /v1.0/iot-03/messages/app-notifications/actions/push

请求参数

参数名 类型 参数位置 是否必填 说明

body 说明

参数名 类型 参数位置 是否必填 说明
biz_type Integer true 涂鸦体系的业务类型
template_id String true App 通知推送模板的 ID,必须填写已审核通过的模板 ID
template_param String false App 通知推送模板变量对应的实际值,JSON 格式

返回参数

参数名 类型 说明
result MsgPushRes

result 说明

参数名 类型 说明
send_status Boolean 发送状态

请求示例

POST: /v1.0/iot-03/messages/app-notifications/actions/push
{ "uid": "ay1528287200853*****", "biz_type": 10, "template_id": "PUSH_1616396456", "template_param": "{\"code\":\"1234\"}" }

返回示例

{ "result": { "send_status": true }, "t": 1586153261345, "success": true }

错误码

参考 错误码