发送群公告
POST
/_send_group_notice请求参数
Body 参数application/json
group_id
integer
必需
content
string
公告内容
image
string
图片路径
支持http://, file://, base64://
示例
{
"group_id": 545402644,
"content": "公告测试",
"image": "http://i0.hdslb.com/bfs/archive/c8fd97a40bf79f03e7b76cbc87236f612caef7b2.png"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 10 天前