chenjunkai 6 жил өмнө
parent
commit
5c9839381a

+ 2 - 1
Controller/EquipmentInfo.py

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