Parcourir la source

Merge branch 'Bin_Local_User' into dev

tanghongbin il y a 4 ans
Parent
commit
31e6acce51
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      Controller/UidSetController.py

+ 3 - 1
Controller/UidSetController.py

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