mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(work): 新增微信客服知识库相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "分组名"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"group_id": "GROUP_ID"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"group_id": "GROUP_ID"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"cursor": "CURSOR",
|
||||
"limit": 100,
|
||||
"group_id": "GROUP_ID"
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "NEXT_CURSOR",
|
||||
"has_more": 1,
|
||||
"group_list": [
|
||||
{
|
||||
"group_id": "GROUP_ID",
|
||||
"name": "NAME",
|
||||
"is_default": 1
|
||||
},
|
||||
{
|
||||
"group_id": "GROUP_ID",
|
||||
"name": "NAME",
|
||||
"is_default": 0
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"group_id": "GROUP_ID",
|
||||
"name": "分组名"
|
||||
}
|
Reference in New Issue
Block a user