# boom_praise_backend **Repository Path**: etocode/boom_praise_backend ## Basic Information - **Project Name**: boom_praise_backend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-14 - **Last Updated**: 2024-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **开启队列** ```shell # 刷新用户、刷新用户视频、添加用户获取用户视频、批量导入用户、 php artisan queue:listen ``` **刷新用户视频** ``` php artisan douyin:refresh:video ``` **刷新用户信息** ``` php artisan douyin:refresh:user ``` **刷新热榜** ```shell # 每隔12小时执行,凌晨刷新时清空所有数据 php artisan douyin:hot ```