refector: 缓存区域信息带名字

This commit is contained in:
caoqianming 2023-05-09 09:42:02 +08:00
parent 702ef7641c
commit b38e4860ac
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ def cache_areas_info():
if is_ok:
area_dict = {
'id': i.id,
'name': i.name,
'type': i.type,
'floor_no': i.third_info['xx_rail']['detail']['floorNo'],
'polygon': Polygon(points),