- wmi_api
- 开发指南
- 账号接口
- 消息接口
- 好友接口
- 标签接口
- 群接口
- 朋友圈接口
- 消息推送
消息文件下载进度推送
开发中
POST
文件下 载进度推送
请求参数
Body 参数application/json
uuid
string
设备ID
ownerwxid
string
归属wxid
newmsgid
string
消息ID
totallen
integer
文件大小
downloadlen
integer
已下载大小
filetype
string
文件类型
fileext
string
文件后缀
fileurl
string
文件URL
示例
{
"uuid": "",
"ownerwxid": "",
"newmsgid": "",
"totallen": 0,
"downloadlen": 0,
"filetype": "",
"fileext": "",
"fileurl": ""
}
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-05-04 12:43:07