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