feat(work): 新增客服会话分配相关接口

This commit is contained in:
Fu Diwei
2021-09-30 16:33:57 +08:00
parent 836aef598b
commit c5d9874248
9 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"open_kfid": "wkxxxxxxxxxxxxxxxxxx",
"external_userid": "wmxxxxxxxxxxxxxxxxxx"
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"service_state": 3,
"servicer_userid": "zhangsan"
}

View File

@@ -0,0 +1,6 @@
{
"open_kfid": "wkxxxxxxxxxxxxxxxxxx",
"external_userid": "wmxxxxxxxxxxxxxxxxxx",
"service_state": 3,
"servicer_userid": "zhangsan"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"msg_code": "MSG_CODE"
}