Browse Source

添加日志2

tanghongbin 4 years ago
parent
commit
be56169dba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/UidSetController.py

+ 1 - 0
Controller/UidSetController.py

@@ -441,6 +441,7 @@ class UidSetView(View):
                 info = info + 'start_y=' + str(start_y) + ' '
                 info = info + 'start_y=' + str(start_y) + ' '
                 info = info + 'end_x=' + str(end_x) + ' '
                 info = info + 'end_x=' + str(end_x) + ' '
                 info = info + 'end_y=' + str(end_y) + ' '
                 info = info + 'end_y=' + str(end_y) + ' '
+                info = info + 'request=' + str(request_dict) + ' '
                 if enter_voice:
                 if enter_voice:
                     ucs['voice_prompt_enter'] = enter_voice
                     ucs['voice_prompt_enter'] = enter_voice