Browse Source

修改APP获取设备初始化字符接口名

locky 4 years ago
parent
commit
fbefd9fee8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/UIDController.py

+ 1 - 1
Controller/UIDController.py

@@ -66,7 +66,7 @@ class UIDView(View):
             return self.do_history(token.userID, request_dict, response)
         elif operation == 'statistics':
             return self.do_admin_statistics(token.userID, request_dict, response)
-        elif operation == 'query_init_string':
+        elif operation == 'queryInitString':
             return self.query_init_string(token.userID, request_dict, response)
         else:
             return response.json(309)