1. 后台客户端消息通知接口说明(如需使用此接口,请联系开发人员)

1.1. 请求路径

https://XXX

1.2. 请求方法

POST

1.3. 请求参数

字段 类型 说明 是否必须
accountIds string 具体人群,用户id,用英文半角分号隔开3.3 获取账户id接口
title string(70) 用户标题
content string(70) 推送内容
linkType int(1) 关联稿件类型 0:无链接 1:地址链接
url string(500) 链接地址(限500字符)
pushId string(64) 单次操作的id(唯一值,限64字符;作为识别使用,如果重复则忽略该次请求)
connectNo string(32) 约定的通信key(区别用户) 对应约定一个connectToken(用户秘钥)
timeStamp string(13) 时间戳毫秒 13位
nonceStr string(32) 随机字符串
sign string(32) 签名

1.4. 签名计算(非必填的值不传时使用空串代替)

sign = md5(accountIds + title + content + linkType + url + pushId + connectNo + connectToken +timeStamp + nonceStr)

1.5. 返回数据

json 字符串:{"code":0,"message":""}

字段 说明
code 返回编码 0 成功
message 错误信息(没有错误不返回)
Copyright © 新媒体云服务平台 2019 all right reserved,powered by Gitbook该文件修订时间: 2022-08-12 17:13:14

results matching ""

    No results matching ""