|
@@ -231,6 +231,8 @@ class EquipmentManagerV3(View):
|
|
}
|
|
}
|
|
]
|
|
]
|
|
res['isMainUserExists'] = 1
|
|
res['isMainUserExists'] = 1
|
|
|
|
+ LOGGER.info('add设备已绑定其他用户uid:{} type:{} 主:{} Now:{} nickName:{}'
|
|
|
|
+ .format(UID, Type, vodPrimaryUserID, userID, NickName))
|
|
return response.json(0, res)
|
|
return response.json(0, res)
|
|
|
|
|
|
# 日志数据
|
|
# 日志数据
|