Skip to content

Commit 00130ef

Browse files
Kauid323yyyytawa
authored andcommitted
Update msg.md
1 parent 4503170 commit 00130ef

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/api/v1/msg.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,3 +624,31 @@ message button_report {
624624
```
625625

626626
:::
627+
628+
### 文件消息下载记录
629+
630+
POST /v1/msg/file-download-record
631+
632+
请求头:
633+
634+
|名称|必须|备注|
635+
|-----|-----|-----|
636+
|token|||
637+
638+
请求体:
639+
640+
```JSONC
641+
{
642+
"msgId": "5040d27fc975416680a14e5a1b37ef06", // 文件消息id
643+
"downloadPath": "/storage/emulated/0/Download/云湖/恶臭(1).txt" // 下载路径
644+
}
645+
```
646+
647+
响应体:
648+
649+
```JSONC
650+
{
651+
"code": 1, // 请求状态码,1为正常
652+
"msg": "success" // 返回消息
653+
}
654+
```

0 commit comments

Comments
 (0)