dataLists(new HdImageLists()); } /** * @notes 删除图片 * @return Json * @author 段誉 * @date 2022/9/20 17:09 */ public function delete() { $params = $this->request->post(); return HdImageLogic::delete($params) ? $this->success() : $this->fail(HdImageLogic::getError()); } }