|
@@ -77,6 +77,7 @@ class EquipmentManagerV3(View):
|
|
asy = threading.Thread(target=ModelService.add_log,
|
|
asy = threading.Thread(target=ModelService.add_log,
|
|
args=(CommonService.get_ip_address(request), userID, 'addV3'))
|
|
args=(CommonService.get_ip_address(request), userID, 'addV3'))
|
|
asy.start()
|
|
asy.start()
|
|
|
|
+ return response.json(10, 'illegal uid: {uid}'.format(uid=UID))
|
|
# is_bind = Device_Info.objects.filter(UID=UID, isShare=False)
|
|
# is_bind = Device_Info.objects.filter(UID=UID, isShare=False)
|
|
# # 判断是否有已绑定用户
|
|
# # 判断是否有已绑定用户
|
|
# if is_bind:
|
|
# if is_bind:
|