发送群@消息(新版)
开发中POST
/"at_list": [0] 为 at 所有人
请求参数
Body 参数application/json
data
object
必需
conversation_id
string
必需
content
string
必需
at_list
array[string]
必需
client_id
integer
必需
type
string
必需
示例
{
"data": {
"conversation_id": "xxxxxxx",
"content": "你好,世界",
"at_list": [
"168888xxxxxx",
"1688xxxxxxxxx"
]
},
"client_id": 1,
"type": "WW_SEND_CHATROOM_AT_V2_MSG"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 10 个月前