1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

doc update.

This commit is contained in:
Mrs4s 2021-05-24 20:08:01 +08:00
parent 77c3bece08
commit f42f70c337
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -1062,6 +1062,20 @@ JSON数组:
`该 API 没有响应数据` `该 API 没有响应数据`
### 获取企点账号信息
> 该API只有企点协议可用
终结点: `/qidian_get_account_info`
**响应数据**
| 字段 | 类型 | 说明 |
| ------------------ | ------- | ------------ |
| `master_id` | int64 | 父账号ID |
| `ext_name` | string | 用户昵称 |
| `create_time` | int64 | 账号创建时间 |
### 重载事件过滤器 ### 重载事件过滤器
终结点:`/reload_event_filter` 终结点:`/reload_event_filter`