修改房间拍卖模式 清除缓存

This commit is contained in:
2025-12-30 17:32:16 +08:00
parent 454816959c
commit f05205b3c1
4 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ use think\console\Input;
use think\console\Output;
use think\console\input\Argument;
use think\console\input\Option;
use think\facade\Log;
use think\Log;
use app\common\library\GiftQueue;
class ProcessGiftQueue extends Command