소스 검색

Merge branch 'Bin_Local_User' into dev

tanghongbin 4 년 전
부모
커밋
31e6acce51
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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