Explorar o código

更新序列号检测接口

zhangdongming %!s(int64=2) %!d(string=hai) anos
pai
achega
8a1f47e3ce
Modificáronse 1 ficheiros con 1 adicións e 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