文档
测试

添加地图坐标

POST
http://114.215.85.111:8080/ldapp/properties/addmapbub

请求参数

参数名
类型
描述
必填
type
string
气泡类型
必填
tarId
int
楼盘id
必填
content
string
气泡文字
必填
longitude
float
经度
必填
latitude
float
纬度
必填

说明 / 示例

{ "tarId":1, "type":"life", "content":"aaaaaa", "longitude":122.999999, "latitude":111.41100000 }