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