|
@@ -50,7 +50,6 @@ class AdminManage(TemplateView):
|
|
if tko.code != 0:
|
|
if tko.code != 0:
|
|
return response.json(tko.code)
|
|
return response.json(tko.code)
|
|
userID = tko.userID
|
|
userID = tko.userID
|
|
- userID = 1
|
|
|
|
operation = request_dict.get('operation', None)
|
|
operation = request_dict.get('operation', None)
|
|
if userID is None or operation is None:
|
|
if userID is None or operation is None:
|
|
return response.json(444, 'operation')
|
|
return response.json(444, 'operation')
|