Browse Source

解绑uid log

locky 4 years ago
parent
commit
af04434a08
1 changed files with 1 additions and 1 deletions
  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',