Skip to content

Commit

Permalink
doc: API LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
Nottwoc committed Aug 20, 2023
1 parent 5d1ab6d commit b4582ea
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ CI 会在 `go1.17` 和 Go 的当前稳定版本、上一个稳定版本上跑测

* [x] 通讯录管理 (**部分支持**,见下)
* [x] 客户联系 (**大部分支持**,见下)
* [ ] 微信客服
* [ ] 应用管理
* [x] 消息发送 (全部支持)
* [x] 消息接收
Expand All @@ -98,7 +99,7 @@ CI 会在 `go1.17` 和 Go 的当前稳定版本、上一个稳定版本上跑测
- [ ] 邀请成员
- [ ] 获取加入企业二维码
- [x] 手机号获取userid
- [ ] 邮箱获取userid
- [x] 邮箱获取userid
- [ ] 获取成员ID列表
* [ ] 部门管理
- [x] 创建部门
Expand Down Expand Up @@ -177,6 +178,36 @@ CI 会在 `go1.17` 和 Go 的当前稳定版本、上一个稳定版本上跑测

</details>

<details>
<summary>微信客服 API</summary>

* [ ] 客服账号管理
- [ ] 添加客服账号
- [ ] 删除客服账号
- [ ] 修改客服账号
- [ ] 获取客服账号列表
- [ ] 获取客服账号链接
* [ ] 接待人员管理
- [ ] 添加接待人员
- [ ] 删除接待人员
- [ ] 获取接待人员列表
* [ ] 会话分配与消息收发
- [ ] 分配客服会话
- [ ] 接收消息和事件
- [ ] 发送消息
- [ ] 发送欢迎语等事件响应消息
* [ ] 「升级服务」配置
* [ ] 其他基础信息获取
- [ ] 获取客户基础信息
* [ ] 统计管理
- [ ] 获取「客户数据统计」企业汇总数据
- [ ] 获取「客户数据统计」接待人员明细数据
* [ ] 机器人管理
- [ ] 知识库分组管理
- [ ] 知识库问答管理

</details>

<details>
<summary>身份验证 API</summary>

Expand Down

0 comments on commit b4582ea

Please sign in to comment.