Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
# Conflicts:
#	mirai-api-http/build.gradle.kts
  • Loading branch information
ryoii committed Feb 17, 2022
2 parents 70b32c1 + fc6e0e1 commit a1af3bd
Show file tree
Hide file tree
Showing 53 changed files with 900 additions and 340 deletions.
55 changes: 55 additions & 0 deletions docs/adapter/HttpAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ adapterSettings:
+ [获取Bot资料](#获取Bot资料)
+ [获取好友资料](#获取好友资料)
+ [获取群成员资料](#获取群成员资料)
+ [获取QQ用户资料](#获取QQ用户资料)
+ **[消息发送与撤回](#消息发送与撤回)**
+ [发送好友消息](#发送好友消息)
+ [发送群消息](#发送群消息)
Expand Down Expand Up @@ -83,6 +84,10 @@ adapterSettings:
+ [修改群设置](#修改群设置)
+ [获取群员资料](#获取群员设置)
+ [修改群员资料](#修改群员设置)
+ **[群公告](#群公告)**
+ [获取群公告](#获取群公告)
+ [发布群公告](#发布群公告)
+ [删除群公告](#删除群公告)
+ **[事件处理](#事件处理)**
+ [添加好友申请](#添加好友申请)
+ [用户入群申请](#用户入群申请)
Expand Down Expand Up @@ -393,6 +398,18 @@ adapterSettings:

通用接口定义: [获取群成员资料](../api/API.md#获取群成员资料)

### 获取QQ用户资料

此接口获取任意QQ用户的资料

```
[GET] /userProfile
```

**本接口为[GET]请求, 参数格式为url参数**

通用接口定义: [获取QQ用户资料](../api/API.md#获取QQ用户资料)

## 消息发送与撤回

### 发送好友消息
Expand Down Expand Up @@ -766,6 +783,44 @@ adapterSettings:

通用接口定义: [修改群员管理员](../api/API.md#修改群员管理员)

## 群公告

### 获取群公告

此方法获取指定群公告列表

```
[GET] /anno/list
```

**本接口为[GET]请求, 参数格式为URL参数**

通用接口定义: [获取群公告](../api/API.md#获取群公告)

### 发布群公告

此方法向指定群发布群公告

```
[POST] /anno/publish
```

**本接口为[POST]请求, 参数格式为`application/json`**

通用接口定义: [发布群公告](../api/API.md#发布群公告)

### 删除群公告

此方法删除指定群中一条公告

```
[POST] /anno/delete
```

**本接口为[POST]请求, 参数格式为`application/json`**

通用接口定义: [删除群公告](../api/API.md#删除群公告)

## 事件处理

### 添加好友申请
Expand Down
47 changes: 47 additions & 0 deletions docs/adapter/ReverseWebsocketAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ adapterSettings:
+ [获取Bot资料](#获取Bot资料)
+ [获取好友资料](#获取好友资料)
+ [获取群成员资料](#获取群成员资料)
+ [获取QQ用户资料](#获取QQ用户资料)
+ **[消息发送与撤回](#消息发送与撤回)**
+ [发送好友消息](#发送好友消息)
+ [发送群消息](#发送群消息)
Expand All @@ -95,6 +96,10 @@ adapterSettings:
+ [修改群设置](#修改群设置)
+ [获取群员资料](#获取群员设置)
+ [修改群员资料](#修改群员设置)
+ **[群公告](#群公告)**
+ [获取群公告](#获取群公告)
+ [发布群公告](#发布群公告)
+ [删除群公告](#删除群公告)
+ **[事件处理](#事件处理)**
+ [添加好友申请](#添加好友申请)
+ [用户入群申请](#用户入群申请)
Expand Down Expand Up @@ -276,6 +281,16 @@ adapterSettings:
通用接口定义: [获取群成员资料](../api/API.md#获取群成员资料)
### 获取QQ用户资料
此接口获取获取QQ用户资料
```
命令字: userProfile
```
通用接口定义: [获取QQ用户资料](../api/API.md#获取QQ用户资料)
## 消息发送与撤回
### 发送好友消息
Expand Down Expand Up @@ -472,6 +487,38 @@ adapterSettings:
通用接口定义: [修改群员管理员](../api/API.md#修改群员管理员)
## 群公告
### 获取群公告
此方法获取指定群公告列表
```
命令字: anno_list
```
通用接口定义: [获取群公告](../api/API.md#获取群公告)
### 发布群公告
此方法向指定群发布群公告
```
命令字: anno_publish
```
通用接口定义: [发布群公告](../api/API.md#发布群公告)
### 删除群公告
此方法删除指定群中一条公告
```
命令字: anno_delete
```
通用接口定义: [删除群公告](../api/API.md#删除群公告)
## 事件处理
### 添加好友申请
Expand Down
36 changes: 36 additions & 0 deletions docs/adapter/WebhookAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ adapterSettings:
+ [设置群精华消息](#设置群精华消息)
+ [修改群设置](#修改群设置)
+ [修改群员资料](#修改群员设置)
+ **[群公告](#群公告)**
+ [获取群公告](#获取群公告)
+ [发布群公告](#发布群公告)
+ [删除群公告](#删除群公告)
+ **[事件处理](#事件处理)**
+ [添加好友申请](#添加好友申请)
+ [用户入群申请](#用户入群申请)
Expand Down Expand Up @@ -246,6 +250,38 @@ webhook 不会接收主动请求, 只会接收到事件后向知道地址进行
通用接口定义: [修改群员管理员](../api/API.md#修改群员管理员)
## 群公告
### 获取群公告
此方法获取指定群公告列表
```
命令字: anno_list
```
通用接口定义: [获取群公告](../api/API.md#获取群公告)
### 发布群公告
此方法向指定群发布群公告
```
命令字: anno_publish
```
通用接口定义: [发布群公告](../api/API.md#发布群公告)
### 删除群公告
此方法删除指定群中一条公告
```
命令字: anno_delete
```
通用接口定义: [删除群公告](../api/API.md#删除群公告)
## 事件处理
### 添加好友申请
Expand Down
47 changes: 47 additions & 0 deletions docs/adapter/WebsocketAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ adapterSettings:
+ [获取Bot资料](#获取Bot资料)
+ [获取好友资料](#获取好友资料)
+ [获取群成员资料](#获取群成员资料)
+ [获取QQ用户资料](#获取QQ用户资料)
+ **[消息发送与撤回](#消息发送与撤回)**
+ [发送好友消息](#发送好友消息)
+ [发送群消息](#发送群消息)
Expand Down Expand Up @@ -76,6 +77,10 @@ adapterSettings:
+ [修改群设置](#修改群设置)
+ [获取群员资料](#获取群员设置)
+ [修改群员资料](#修改群员设置)
+ **[群公告](#群公告)**
+ [获取群公告](#获取群公告)
+ [发布群公告](#发布群公告)
+ [删除群公告](#删除群公告)
+ **[事件处理](#事件处理)**
+ [添加好友申请](#添加好友申请)
+ [用户入群申请](#用户入群申请)
Expand Down Expand Up @@ -232,6 +237,16 @@ adapterSettings:
通用接口定义: [获取群成员资料](../api/API.md#获取群成员资料)
### 获取QQ用户资料
此接口获取获取QQ用户资料
```
命令字: userProfile
```
通用接口定义: [获取QQ用户资料](../api/API.md#获取QQ用户资料)
## 消息发送与撤回
### 发送好友消息
Expand Down Expand Up @@ -478,6 +493,38 @@ adapterSettings:
通用接口定义: [修改群员管理员](../api/API.md#修改群员管理员)
## 群公告
### 获取群公告
此方法获取指定群公告列表
```
命令字: anno_list
```
通用接口定义: [获取群公告](../api/API.md#获取群公告)
### 发布群公告
此方法向指定群发布群公告
```
命令字: anno_publish
```
通用接口定义: [发布群公告](../api/API.md#发布群公告)
### 删除群公告
此方法删除指定群中一条公告
```
命令字: anno_delete
```
通用接口定义: [删除群公告](../api/API.md#删除群公告)
## 事件处理
### 添加好友申请
Expand Down
Loading

0 comments on commit a1af3bd

Please sign in to comment.