发送位置消息
POST
/请求参数
Body 参数application/json
data
object
必需
conversation_id
string
必需
address
string
必需
latitude
number
必需
longitude
number
必需
title
string
必需
zoom
integer
必需
client_id
integer
必需
type
string
必需
示例
{
"data": {
"conversation_id": "S:1688850xx82_78813022xxxx12998",
"address": "北京市东城区东长安街",
"latitude": 39.90374,
"longitude": 116.397827,
"title": "北京天安门广场",
"zoom": 15
},
"client_id": 1,
"type": "WW_SEND_LOCATION_MSG"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前