接口简介

  • 本接口可以实现给指定uid的用户进行弹窗推送

重要说明:本接口不同于上面几个友盟接口,单推不属于友盟任务类推送,所以无法查询推送结果,不支持定时也不支持撤销方法。该接口限制一个用户,一分钟内仅能推送一条信息,如需放开,请发起工单申请

接口请求说明

请求方式

POST https://站点接口域名/openapi/pushes/{user_id}/single

请求参数

参数名 类型 是否必须 说明
title string 标题
content string 内容
image string 图片(必须是https)
target_type int 跳转类型 传50即可
target_value string 支持H5链接,也可传入应用协议
show_alert int 当用户app打开的状态下,是否仍然显示通知,0 默认不显示 1 将以弹窗的模式显示通知

请求示例

curl -X POST  'https://站点接口域名/openapi/pushes/2/single' \
  -H 'Authorization: Bearer 5d39164d1f281' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -d 'title=your%20title&content=your%20content&target_type=10&target_value=121'

接口响应说明

响应示例

{
    "code": 0,
    "text": "",
    "data": [
        "msg_id": "uaoqmjy156868387799501"
    ],
    "time": 1545809695
}

响应结果说明

字段名 类型 说明
msg_id string 友盟消息msg_id
文档更新时间: 2022-10-20 16:29   作者:千帆云