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

This commit is contained in:
2025-12-30 16:13:46 +08:00
parent 2f5457107c
commit def606d3a0

View File

@@ -508,6 +508,7 @@ class RoomAuction extends Model
'text' => '房间拍卖类型已修改'
];
model('api/Chat')->sendMsg(1027,$room_id,$text);
Cache::rm('room_info_'.$room_id);
return ['code' => 1, 'msg' => '操作成功,','data' => null];
}
}