Browse Source

Merge branch 'test' of http://192.168.136.99:3000/servers/ASJServer into peng

peng 2 năm trước cách đây
mục cha
commit
eb396c4904
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/SensorGateway/EquipmentFamilyController.py

+ 1 - 1
Controller/SensorGateway/EquipmentFamilyController.py

@@ -213,7 +213,7 @@ class EquipmentFamilyView(View):
                         'nickname': nick_name,
                         'region_alexa': region_alexa,
                         'device_type': device_type,
-                        'td_country': country
+                        'tb_country': country
                     }
                     UidSetModel.objects.create(**uid_set_create_dict)
                 return response.json(0)