发送私信
开发中POST
/请求参数
Body 参数application/json
data
object
必需
to_username
string
必需
session_id
string
必需
content
string
必需
client_id
integer
必需
type
string
必需
示例
{
"data": {
"to_username": "v2_060000231003b20faec8c5e7811dcbd2cc03ee3cb077f3b0ecf00f86bba84300659e10a18102@finder",
"session_id": "e6cxxxxx@findermsg",
"content": "你好"
},
"client_id": 1,
"type": "MT_FINDER_MESSAGE_SEND_MSG"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前