简要描述:

  • 注册消息通知接收地址

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 Less 2019-10-21

请求URL:

请求方式:

  • POST

请求头:

请求参数:

参数名 是否必需 类型 示例值 描述
clientId string temp 提供给第三方合作商的clientId
registerUrl string http://test.dongni100.com/msg/push 需要接收消息的地址

返回示例:

正确时返回:

{
    "status": 0,
    "message": "成功",
    "data": null
}

错误时返回:

{
    "status": 1,
    "message": "未知错误",
    "data": null
}

备注:

  • 更多返回错误代码请看首页的错误代码描述
作者:唐勇林  创建时间:2019-10-21 11:05
 更新时间:2022-12-20 14:39