get()->goCheck("getToolsLog"); return $this->dataLists(new ToolsLogLists()); } /** * 删除 * @return Json * @author L * @data 2024/6/17 15:46 */ public function delete():Json { $params = (new ToolsValidate())->post()->goCheck("delete"); return ToolsLogic::delete($params, $this->userId) ? $this->success() : $this->fail(ToolsLogic::getError()); } }