update
This commit is contained in:
parent
f4a553e78e
commit
9013338b2e
@ -77,6 +77,19 @@ class CustomServiceController extends BaseAdminController
|
|||||||
return $this->fail(CustomServiceLogic::getError());
|
return $this->fail(CustomServiceLogic::getError());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @notes 删除
|
||||||
|
* @return \think\response\Json
|
||||||
|
* @author likeadmin
|
||||||
|
* @date 2023/11/11 22:56
|
||||||
|
*/
|
||||||
|
public function delete()
|
||||||
|
{
|
||||||
|
$params = (new CustomServiceValidate())->post()->goCheck('delete');
|
||||||
|
CustomServiceLogic::delete($params);
|
||||||
|
return $this->success('删除成功', [], 1, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @notes 获取详情
|
* @notes 获取详情
|
||||||
|
Loading…
x
Reference in New Issue
Block a user