强制打开地址接口

简要描述:
当用户收到通知的时候,强制打开通知中要求的地址
5.4.2.1版本支持

请求URL:

  • http://站点接口域名/openapi/message/open-url

请求方式:

  • POST

参数:

参数名 必选 类型 说明
from int 发起呼叫人
to int 接收呼叫人
title int 呼叫标题
url int 跳转地址

请求格式如下

{
    "from": 40,
    "to": 4,
    "title": "进门前需要进行视频认证",
    "url": "http://qq.com"
}

响应数据

{
  "code": 0,
  "text": "",
  "records": {
    "1820_4_9kowc2rj": 24270597
  }
}
文档更新时间: 2022-01-11 13:58   作者:李伟