Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Aug 8, 2022
1 parent 7047295 commit 8ba96b5
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions docs/api/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,11 @@

#### 请求:

| 名字 | 类型 | 可选 | 举例 | 说明 |
| ----------- | ------ | ----- | -------------- | -------------------- |
| sessionKey | String | true | YourSessionKey | 你的session key |
| id | Int | false | 1234567890 | 获取消息的messageId |
| 名字 | 类型 | 可选 | 举例 | 说明 |
|------------|--------| ----- | -------------- |----------------|
| sessionKey | String | true | YourSessionKey | 你的session key |
| id | Int | false | 1234567890 | 获取消息的messageId |
| target | Long | false | 1234567890 | 好友id或群id |

#### 响应:

Expand Down Expand Up @@ -514,14 +515,16 @@
```json5
{
"sessionKey":"YourSession",
"target":987654321
"target":987654321,
"messageId":12345
}
```

| 名字 | 类型 | 可选 | 举例 | 说明 |
| ------------ | ------ | ----- | ----------- | -------------------------------- |
| sessionKey | String | true | YourSession | 已经激活的Session |
| target | Int | false | 987654321 | 需要撤回的消息的messageId |
| 名字 | 类型 | 可选 | 举例 | 说明 |
|------------|--------| ----- |-------------|-------------------|
| sessionKey | String | true | YourSession | 已经激活的Session |
| messageId | Int | false | 12345 | 需要撤回的消息的messageId |
| target | Long | false | 987654321 | 好友id或群id |

#### 响应:

Expand Down Expand Up @@ -1072,10 +1075,11 @@
}
```

| 名字 | 可选 | 类型 | 举例 | 说明 |
| ---------- | ----- | ------ | ---------------- | --------------- |
| sessionKey | true | String | "YourSessionKey" | 你的session key |
| target | false | Int | 1234567 | 精华消息的messageId |
| 名字 | 可选 | 类型 | 举例 | 说明 |
|------------| ----- |--------|------------------|----------------|
| sessionKey | true | String | "YourSessionKey" | 你的session key |
| messageId | false | Int | 1234567 | 精华消息的messageId |
| target | false | Long | 1234567890 | 群id |

#### 响应:

Expand Down

0 comments on commit 8ba96b5

Please sign in to comment.