修改房间拍卖模式 清除缓存
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user