where('create_time', '<', time() - 60 * 60 * 24 * $days)->delete(); return 'success'; } }