注册
飞鸽客服|开发者中心
飞鸽API文档
简要描述
请求URL
请求方式
请求参数
参数名 必选 类型 说明
apiKey string ApiKey
nonce string 随机字符串
timestamp string 时间戳(秒)
sign string 签名
realName string 姓名
nickName string 昵称
accountName string 账号
idCardNumber 可选 string 身份证号码
password string 密码
departmentId integer 部门编号
seatId integer 坐席位置编号
请求示例
{
"nonce": "iGJASoKL",
"timestamp": "1649828681",
"apiKey": "a4s690Kx2W5U0Gu2",
"sign": "f6c2b273a7ecde42767c726d580a52c0",
"realName": "测试姓名",
"nickName": "测试昵称",
"accountName": "13555555555",
"idCardNumber": "",
"password": "fg123456",
"departmentId": 2210,
"seatId": 40008
}
响应参数
参数名 类型 说明
id integer 坐席编号
响应示例
{
"code": 0,
"status": true,
"message": "创建成功",
"data": {
"id": 6345
}
}