发送文字
POST
/v1/WeWork/SendMsg请求参数
Query 参数
Token
string
Token
示例值:
{{Token}}
Uid
string
机器人Uid
示例值:
22518027997123456
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
MsgType
integer
消息类型
ToUserId
integer
消息对象
ToUserType
integer
必需
发送类型0私聊1群聊
Content
string
消息内容
示例
{
"MsgType": 0,
"ToUserId": 10696052781123456,
"ToUserType": 1,
"Content": "测试"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
成功示例
{
"CgiBaseResponse": {
"Ret": 0,
"ErrMsg": "ok"
},
"ResponseData": null,
"Data": null
}
最后修改时间: 3 年前