浏览代码

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