소스 검색

解码uid

locky 1 년 전
부모
커밋
788c78706f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/SerialNumberController.py

+ 1 - 1
Controller/SerialNumberController.py

@@ -257,7 +257,7 @@ class SerialNumberView(View):
                     'time': now_time,
                     'content': json.dumps(content),
                     'url': 'serialNumber/attachUID',
-                    'operation': '序列号{}获取uid: {}'.format(serial, res['uid']),
+                    'operation': '序列号{}获取uid: {}'.format(serial, CommonService.decode_data(res['uid'])),
                 }
                 LogModel.objects.create(**log)
                 return response.json(0, res)