注册
飞鸽客服|开发者中心
飞鸽API文档
简要描述
请求URL
请求方式
请求参数
参数名 必选 类型 说明
apiKey string ApiKey
nonce string 随机字符串
timestamp string 时间戳(秒)
sign string 签名
请求示例
{
"nonce": "iGJASoKL",
"timestamp": "1649828681",
"apiKey": "a4s690Kx2W5U0Gu2",
"sign": "f6c2b273a7ecde42767c726d580a52c0",
}
响应参数
参数名 类型 说明
callback array 回拨线路
lineType integer 线路类型
lineId integer 线路编号
lineName string 线路名称
sip array SIP线路
lineDesc string 线路描述
响应示例
{
"code": 0,
"status": true,
"message": "请求成功",
"data": {
"callback": [
{
"lineType": 5,
"lineId": 5,
"lineName": "早雨海-慧考网"
}
],
"sip": [
{
"lineType": 1,
"lineName": "gateway_sh_test",
"lineDesc": "上海测试可以用的线路3"
},
{
"lineType": 1,
"lineName": "i",
"lineDesc": "11"
},
{
"lineType": 1,
"lineName": "csad",
"lineDesc": "19服务器021线路呼入"
},
{
"lineType": 1,
"lineName": "cexs",
"lineDesc": "金山-021测试"
},
{
"lineType": 1,
"lineName": "023_test",
"lineDesc": "023测试线路"
}
]
}
}