本文字数:360 字
阅读完需:约 1 分钟
详情参见 REST API 概述的 鉴权方式 说明。
详情参见推送限制策略的 接口限制 说明。
POST http://api.push.mob.com/bind/customParam
以 JSON 格式表达,表示一条推送相关的所有信息
curl --location 'http://api.push.mob.com/bind/customParam' \--header 'key: 2c574691c6986' \--header 'sign: 87b67c59b24d4091b8f42ec0673c5155' \--header 'Content-Type: application/json' \--data '{"appkey":"2c574691c6986","registrationId":"65l1jjskqmppgcg","type":1,"customParam":{"person":"axddd"}}'
curl --location 'http://api.push.mob.com/bind/customParam' \
--header 'key: 2c574691c6986' \
--header 'sign: 87b67c59b24d4091b8f42ec0673c5155' \
--header 'Content-Type: application/json' \
--data '{"appkey":"2c574691c6986","registrationId":"65l1jjskqmppgcg","type":1,"customParam":{"person":"axddd"}}'
请求成功
{ "status": 200, "res": { "errCustomParams": {} }, "error": null}
{
"status": 200,
"res": {
"errCustomParams": {}
},
"error": null
}
请求失败
{ "status": 5801, "res": null, "error": "数据校验失败"}
"status": 5801,
"res": null,
"error": "数据校验失败"
响应参数
版权声明: 本文为 InfoQ 作者【MobTech袤博科技】的原创文章。
原文链接:【http://xie.infoq.cn/article/5a5a9fbeb1562e40519b3339f】。文章转载请联系作者。
还未添加个人签名 2019-05-08 加入
还未添加个人简介
评论