获取消息文件详情
POST
/get_file请求参数
Body 参数application/json
file
string
上报的文件消息中有
示例
{
"file": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
string
必需
retcode
integer
必需
data
object
必需
file
string
必需
url
string
必需
file_size
string
必需
file_name
string
必需
message
string
必需
wording
string
必需
示例
{
"status": "ok",
"retcode": 0,
"data": {
"file": "C:\\Users\\linyuchen\\Documents\\Downloads\\~.jpg",
"url": "http://xxxx",
"file_size": "59635",
"file_name": "~.jpg",
"base64": "/9j/4AAQSkZJRgABAQEASxxxx" // 文件的 base64 编码, 需要在 LLOneBot 的配置文件中开启 文件转base64
},
"message": "",
"wording": ""
}
最后修改时间: 14 天前