|
@@ -786,10 +786,6 @@ def update_device_shadow(request):
|
|
|
create_dict['cloud_vod'] = cloud_vod
|
|
|
if push_status:
|
|
|
create_dict['push_status'] = push_status
|
|
|
- if account:
|
|
|
- create_dict['account'] = account
|
|
|
- if password:
|
|
|
- create_dict['password'] = password
|
|
|
UidSetModel.objects.create(**create_dict)
|
|
|
return JsonResponse(status=200, data={'code': 0, 'msg': 'success', 'data': {}})
|
|
|
else:
|