This commit is contained in:
白池 2024-02-23 14:26:59 +08:00 committed by GitHub
parent 3810464dd3
commit 23dfb4d5d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ icon: feather-alt
}
```
## 上传文件到缓存目录 WebSocket
## 上传文件到缓存目录 WebSocket + HTTP
### API 端点
@ -57,7 +57,7 @@ icon: feather-alt
| 名称 | 类型 | 作用 |
|------|-------|-------|
| md5 | string | 文件`hex格式`的md5值32长度的字符串 |
| md5 | string | 文件`hex格式`的md5值32长度的字符串,整个文件的`md5` |
| offset | uint64 | 文件分段上传偏移默认值为0从头上传 |
| chunk | string | 文件分段上传数据块base64无需开头`base64://` |
| file_size | uint64 | 总文件大小 |

View File

@ -5,7 +5,7 @@ icon: question-circle
### 支持的QQ版本
- 版本 `8.9.68``8.9.70``8.9.73``8.9.75``8.9.78``8.9.80``8.9.81``8.9.83`
- 版本 `8.9.68``8.9.70``8.9.73``8.9.75``8.9.78``8.9.80``8.9.81``8.9.83` `9.0.15`, `9.0.8`
- 理论上支持上述说明未提到的更高版本,如遇问题请提交 `issue`
### 反检测

View File

@ -17,7 +17,7 @@ icon: layer-group
| 字段 | 类型 | 收 | 发 | 必填 | 说明 |
| ---- | ----- | --- | --- | ---- | ------ |
| id | int64 | ✓ | ✓ | 是 | 消息ID |
| id | `int64` or `string` | ✓ | ✓ | 是 | 消息ID |
## XML 消息 <Badge text="未实现" type="danger" />