注册
飞鸽客服|开发者中心
飞鸽API文档
简要描述
请求URL
请求方式
请求参数
参数名 必选 类型 说明
apiKey string ApiKey
nonce string 随机字符串
timestamp string 时间戳(秒)
sign string 签名
extensionNumber string 分机号码
请求示例
{
"nonce": "iGJASoKL",
"timestamp": "1658731433",
"apiKey": "a4s690Kx2W5U0Gu2",
"sign": "f6c2b273a7ecde42767c726d580a52c0",
}
响应参数
参数名 类型 说明
companyId string 公司ID
extensionNumber string 分机号
password string 密码
domain string 域名
wssPort string 端口号
响应示例
{
"code": 0,
"status": true,
"message": "请求成功",
"data": {
"companyId": x,
"extensionNumber":"xxxx",
"password":"3hAUL3yb21vvLoveyou",
"domain":"xxxxx.xxxxx.cn",
"wssPort": xxxxx,
}
}