getList()); } /** * 清空 * * @time 2020年04月28日 * @param Log $log * @param $id * @throws \Exception * @return \think\response\Json */ public function empty($id, Log $log) { return CatchResponse::success($log->deleteBy($id), '删除成功'); } }