发送定位置消息
接口说明
本接口为发送/转发定位消息,使用回调中XML数据
可保存结构,修改经度纬度,label,poiname
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
toWxid | body | string | 必填 | 好友/群的ID |
content | body | string | 必填 | 回调消息中的content节点内容 |
请求示例
{
"appId": "",
"toWxid": "",
"content": ""
}响应示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"toWxid": "wxid_krcc*****hbj22",
"createTime": 1703842453,
"msgId": 769523712,
"newMsgId": 3090682956820882400,
"type": 0
}
}