feat:depot_recycle
This commit is contained in:
@@ -219,4 +219,16 @@ class DepotController
|
||||
{
|
||||
return (new DepotService)->recycleList();
|
||||
}
|
||||
|
||||
/**
|
||||
* 回收审核
|
||||
* @param DepotRequest $request
|
||||
* @return array
|
||||
*/
|
||||
#[RequestMapping(path: "recycle_audit", methods: "POST")]
|
||||
#[Scene(scene: "recycle_audit")]
|
||||
public function recycleAudit(DepotRequest $request): array
|
||||
{
|
||||
return (new DepotService)->recycleAudit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user