-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83621a3
commit a9ae64e
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
# 企业微信 | ||
TODO | ||
|
||
host: https://qyapi.weixin.qq.com/ | ||
|
||
## 微信客服 | ||
|
||
[官方文档](https://work.weixin.qq.com/api/doc/90000/90135/94638) | ||
|
||
### 客服账号管理 | ||
|
||
| 名称 | 请求方式 | URL | 是否已实现 | 使用方法 | | ||
| :--------------: | -------- | :-------------------------- | ---------- | ------------------------- | | ||
| 添加客服帐号 | POST | /cgi-bin/kf/account/add | YES | (r *Client) AccountAdd | | ||
| 删除客服帐号 | POST | /cgi-bin/kf/account/del | YES | (r *Client) AccountDel | | ||
| 修改客服帐号 | POST | /cgi-bin/kf/account/update | YES | (r *Client) AccountUpdate | | ||
| 获取客服帐号列表 | GET | /cgi-bin/kf/account/list | YES | (r *Client) AccountList() | | ||
| 获取客服帐号链接 | GET | /cgi-bin/kf/add_contact_way | YES | (r *Client) AddContactWay | | ||
|
||
### 接待人员列表 | ||
|
||
TODO | ||
|
||
### 会话分配与消息收发 | ||
|
||
TODO | ||
|
||
### 其他基础信息获取 | ||
|
||
TODO | ||
|
||
## 应用管理 | ||
|
||
TODO | ||
|