|
@@ -83,8 +83,8 @@ class AppLogView(View):
|
|
if uid is None or average_delay is None or status is None or filename is None:
|
|
if uid is None or average_delay is None or status is None or filename is None:
|
|
return response.json(444)
|
|
return response.json(444)
|
|
else:
|
|
else:
|
|
- if len(uid) < 20:
|
|
|
|
- return response.json(444, 'uid')
|
|
|
|
|
|
+ # if len(uid) < 20:
|
|
|
|
+ # return response.json(444, 'uid')
|
|
|
|
|
|
# ModelService.app_log_log(userID, uid)
|
|
# ModelService.app_log_log(userID, uid)
|
|
now_time = int(time.time())
|
|
now_time = int(time.time())
|