|
@@ -73,7 +73,7 @@ class NotificationView(View):
|
|
|
if etk:
|
|
|
eto = ETkObject(etk)
|
|
|
uid = eto.uid
|
|
|
- if len(uid) != 20 or len(uid) != 14:
|
|
|
+ if len(uid) != 20 and len(uid) != 14:
|
|
|
return JsonResponse(status=200, data={'code': 404, 'msg': 'data is not exist'})
|
|
|
else:
|
|
|
utko = UidTokenObject(uidToken)
|