Ver Fonte

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

linhaohong há 1 ano atrás
pai
commit
237ef9b229
1 ficheiros alterados com 1 adições e 1 exclusões
  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: