Explorar el Código

解绑uid log

locky hace 4 años
padre
commit
af04434a08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Controller/SerialNumberController.py

+ 1 - 1
Controller/SerialNumberController.py

@@ -382,7 +382,7 @@ class SerialNumberView(View):
         content = json.loads(json.dumps(request_dict))
         log = {
             'ip': ip,
-            'user': 0,
+            'user_id': 1,
             'status': 200,
             'time': now_time,
             'operation': '解绑uid',