We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4503170 commit 00130efCopy full SHA for 00130ef
1 file changed
src/api/v1/msg.md
@@ -624,3 +624,31 @@ message button_report {
624
```
625
626
:::
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
650
651
+ "code": 1, // 请求状态码,1为正常
652
+ "msg": "success" // 返回消息
653
654
0 commit comments