Przeglądaj źródła

Merge branch 'Bin_Local_User' into dev

tanghongbin 4 lat temu
rodzic
commit
31e6acce51
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      Controller/UidSetController.py

+ 3 - 1
Controller/UidSetController.py

@@ -435,7 +435,9 @@ class UidSetView(View):
             if channel < 1:
             if channel < 1:
                 return response.json(444, 'channel')
                 return response.json(444, 'channel')
             try:
             try:
-                ucs = {}
+                ucs = {
+                    'updTime': int(time.time())
+                }
                 if enter_voice:
                 if enter_voice:
                     ucs['voice_prompt_enter'] = enter_voice
                     ucs['voice_prompt_enter'] = enter_voice