瀏覽代碼

用户选取壁纸 - 首次选择壁纸创建壁纸

linhaohong 1 年之前
父節點
當前提交
237ef9b229
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/UserDevice/UserDeviceShareController.py

+ 1 - 1
Controller/UserDevice/UserDeviceShareController.py

@@ -462,7 +462,7 @@ class UserDeviceShareView(View):
                     channel=device_wallpaper["channel"],
                     status=1,
                     parent_id=wallpaper_id,
-                    create_time=int(time.time())
+                    created_time=int(time.time())
                 )
             return response.json(0)
         except Exception as e: