|
@@ -44,10 +44,7 @@ class EquipmentInfo(View):
|
|
|
userID = tko.userID
|
|
|
operation = request_dict.get('operation', None)
|
|
|
if not userID:
|
|
|
- return response.json(444, {"parm": "operation"})
|
|
|
-
|
|
|
- # return response.json(309)
|
|
|
- # return response.json(444, 'operation')
|
|
|
+ return response.json(309)
|
|
|
if operation == 'query':
|
|
|
return self.query_info(request_dict, userID, response)
|
|
|
elif operation == 'add':
|