1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

企业微信-[联系我]方式列表、删除 (#606)

This commit is contained in:
markwang
2022-08-23 22:07:48 +08:00
committed by GitHub
parent a8f7a24ff6
commit 86e036a55b
2 changed files with 79 additions and 2 deletions

View File

@@ -70,6 +70,8 @@ host: https://qyapi.weixin.qq.com/
| 配置客户联系「联系我」方式 | POST | /cgi-bin/externalcontact/add_contact_way | YES | (r *Client) AddContactWay | MARKWANG |
| 获取企业已配置的「联系我」方式 | POST | /cgi-bin/externalcontact/get_contact_way | YES | (r *Client) GetContactWay | MARKWANG |
| 更新企业已配置的「联系我」方式 | POST | /cgi-bin/externalcontact/update_contact_way | YES | (r *Client) UpdateContactWay | MARKWANG |
| 获取企业已配置的「联系我」列表 | POST | /cgi-bin/externalcontact/list_contact_way | YES | (r *Client) ListContactWay | MARKWANG |
| 删除企业已配置的「联系我」方式 | POST | /cgi-bin/externalcontact/del_contact_way | YES | (r *Client) DelContactWay | MARKWANG |
## 通讯录管理
[官方文档](https://developer.work.weixin.qq.com/document/path/95350/90200)
@@ -83,5 +85,3 @@ host: https://qyapi.weixin.qq.com/
## 应用管理
TODO