chenjunkai 6 年之前
父节点
当前提交
5c9839381a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Controller/EquipmentInfo.py

+ 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':