Explorar el Código

更新序列号检测接口

zhangdongming hace 2 años
padre
commit
8a1f47e3ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Controller/TestApi.py

+ 1 - 1
Controller/TestApi.py

@@ -161,7 +161,7 @@ class testView(View):
         elif operation == 'getSerialNumberInfo':  # 序列号信息查询
             return self.getSerialNumberInfo(request_dict, response)
         elif operation == 'get-serial-details':  # 序列号信息查询
-            return self.get_serial_details(request_dict, response)
+            return self.get_serial_details(request_dict, response, request)
         else:
             return 123