@@ -1372,4 +1372,43 @@ smsxt:系统id 选填
}
}]
+```
+#### 查询铺位可视化接口
+
+请求地址 POST /data/tb_brand_intentiondetail/query?plazaId=1001145
+参数说明
+plazaId:广场id 必填
+json请求参数说明
+```json
+[ //铺位id 选填,不填返回广场下所有铺位
+ "4016",
+ "5021"
+]
+返回结果
+{
+ "result": "success",
+ "data": [
+ {
+ "format": "餐饮美食",
+ "detailtype": "云贵菜",
+ "brandname": "滇酷云南餐厅",
+ "maintype": "中餐"
+ },
+ "detailtype": "清汤火锅",
+ "brandname": "blublu潮牛",
+ "maintype": "锅类"
+ }
+ ]
+}
```