- Friend
- Group
- Login
- Tool
- HongBao
- User
- Message
/DownloadAttach
POST
/DownloadAttach
Tool
请求参数
Body 参数application/json
AppId
string
可选
AttachId
string
必需
DataLen
integer
可选
RequestWxid
string
可选
Section
object (Model.Section)
可选
dataLen
integer
可选
startPos
integer
可选
Wxid
string
必需
示例
{
"AppId": "string",
"AttachId": "string",
"DataLen": 0,
"RequestWxid": "string",
"Section": {
"dataLen": 0,
"startPos": 0
},
"Wxid": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/DownloadAttach' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200OK
application/json
Body
Code
integer
可选
Data
object (mm.DownloadAppAttachResponse)
可选
BaseResponse
object (mm.BaseResponse)
可选
appId
string
可选
data
object (mm.SKBuiltinBufferT)
可选
dataLen
integer
可选
mediaId
string
可选
startPos
integer
可选
totalLen
integer
可选
userName
string
可选
Message
string
可选
Success
boolean
可选
示例
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"appId": "string",
"data": {
"buffer": [
0
],
"iLen": 0
},
"dataLen": 0,
"mediaId": "string",
"startPos": 0,
"totalLen": 0,
"userName": "string"
},
"Message": "string",
"Success": true
}
修改于 2025-02-18 03:50:52