mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
typo
This commit is contained in:
parent
3810464dd3
commit
23dfb4d5d6
@ -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 | 总文件大小 |
|
||||
|
@ -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`
|
||||
|
||||
### 反检测
|
||||
|
@ -17,7 +17,7 @@ icon: layer-group
|
||||
|
||||
| 字段 | 类型 | 收 | 发 | 必填 | 说明 |
|
||||
| ---- | ----- | --- | --- | ---- | ------ |
|
||||
| id | int64 | ✓ | ✓ | 是 | 消息ID |
|
||||
| id | `int64` or `string` | ✓ | ✓ | 是 | 消息ID |
|
||||
|
||||
## XML 消息 <Badge text="未实现" type="danger" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user