- NapCat 接口文档
- 用户
- 消息
- 群组
- 群踢人POST
- 群禁言POST
- 获取群系统消息POST
- 获取群精华消息POST
- 全体禁言POST
- 设置群头像POST
- 设置群管理POST
- 设置群精华消息POST
- 设置群成员名片POST
- 删除群精华消息POST
- 设置群名POST
- 退群POST
- _发送群公告POST
- _获取群公告POST
- 设置群头衔POST
- 上传群文件POST
- 处理加群请求POST
- 获取群信息POST
- 获取群信息exPOST
- 创建群文件文件夹POST
- 删除群文件POST
- 删除群文件夹POST
- 获取群文件系统信息POST
- 获取群根目录文件列表POST
- 获取群子目录文件列表POST
- 获取群文件链接POST
- 获取群列表POST
- 获取群成员信息POST
- 获取群成员列表POST
- 获取群荣誉POST
- 获取群 @全体成员 剩余次数POST
- 获取群过滤系统消息POST
- 设置群打卡POST
- 发送群打卡POST
- 获取AI语音人物POST
- 发送群AI语音POST
- 获取AI语音POST
- 系统
- 未定义
获取群文件链接
POST
/get_group_file_url
请求参数
Body 参数application/json
group_id
group_id
One of
file_id
string
必需
示例
{
"group_id": "123456",
"file_id": "000001084e61704361744f6e65426f747c4d6f64656c496446696c657c327c3739303531343031397c373433303436393331303833393135373435357c2f32646431303634372d623364662d346331642d396537302d6630613138303138653934307c2f32646431303634372d623364662d346331642d396537302d663061313830313865393430"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/get_group_file_url' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456",
"file_id": "000001084e61704361744f6e65426f747c4d6f64656c496446696c657c327c3739303531343031397c373433303436393331303833393135373435357c2f32646431303634372d623364662d346331642d396537302d6630613138303138653934307c2f32646431303634372d623364662d346331642d396537302d663061313830313865393430"
}'
返回响应
🟢200成功
application/json
Body
status
enum<string>
必需
枚举值:
ok
retcode
number
必需
data
object
必需
url
string
必需
message
string
必需
wording
string
必需
echo
string | null
必需
示例
{
"status": "ok",
"retcode": 0,
"data": {
"url": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}
修改于 2025-03-01 08:28:49