错误码 | 说明 |
---|---|
14703 | 没有权限 |
14704 | 客服已经被创建过了 |
14705 | 客服名称格式不正确 |
14706 | 用户名称格式不正确 |
14707 | 昵称格式不正确 |
14708 | 电话格式不正确 |
14709 | 邮箱格式不正确 |
14710 | 角色不正确 |
14711 | 创建客服失败 |
curl --location --request POST 'https://qiyukf.com/openapi/kefu/add?appKey=&time=&checksum=' \
--header 'Content-Type: application/xml' \
--data-raw '{
"username": "yourUsername",
"password": "yourPassword",
"role": 0,
"subRoleId": 107,
"realname": "张三",
"nickname": "三哥",
"pinyin": "zhangsan",
"mobile": "13412345678",
"email": "aa@bb.com",
"maxSession":10,
"groupIds":[49,55],
"callEnable":0,
"skillScoreChat": 5,
"skillScoreIpcc": 1
}'
{
"code": 200,
"message": "success",
"id": 75
}