1.1. 位置

1.1.1. 请求参数

属性名 类型 说明
msgid 字符串 消息id,消息的唯一标识,企业可以使用此字段进行消息去重。
action 字符串 消息动作,目前有send(发送消息)/recall(撤回消息)/switch(切换企业日志)三种类型。
from 字符串 消息发送方id。同一企业内容为userid,非相同企业为external_userid。消息如果是机器人发出,也为external_userid。
tolist 字符串数组 消息接收方列表,可能是多个,同一个企业内容为userid,非相同企业为external_userid。
roomid 字符串 群聊消息的群id。如果是单聊则为空。
msgtime 整型 消息发送时间戳,utc时间,ms单位。
msgtype 字符串 消息类型
location 对象 消息体
- longitude double 经度。
- latitude double 纬度。
- address 字符串 地址信息。
- title 字符串 位置信息的title。
- zoom 整型 缩放比例。

1.1.2. 示例

{
  "msgid": "2641513858500683770_1603876152",
  "action": "send",
  "from": "icefog",
  "tolist": [
    "wmN6etBgAA0sbJ3invMvRxPQDFoq9uWA"
  ],
  "roomid": "",
  "msgtime": 1603876152141,
  "msgtype": "location",
  "location": {
    "longitude": 116.586285899,
    "latitude": 39.911125799,
    "address": "北京市xxx区xxx路xxx大厦x座",
    "title": "xxx管理中心",
    "zoom": 15
  }
}

results matching ""

    No results matching ""