lang 4 年之前
父节点
当前提交
de507d4ca1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controller/deviceStatus.py

+ 1 - 0
controller/deviceStatus.py

@@ -107,6 +107,7 @@ class deviceStatus(TemplateView):
         alexAuth = AlexaAuthModel.objects.filter(userID=userID)
         if not alexAuth.exists():
             logger.info('not found user')
+            logger.info(UID)
             return JsonResponse({'code':102,'msg':'not found user'})
         info = alexAuth.values()
         expiresTime = info[0]['expiresTime']