feat : spu
This commit is contained in:
@@ -172,4 +172,17 @@ class CateringController
|
||||
{
|
||||
return (new CompletePrintService)->handle();
|
||||
}
|
||||
|
||||
/**
|
||||
* 取消打印
|
||||
* @return array
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
#[RequestMapping(path: "option/cancel_print", methods: "GET")]
|
||||
#[Scene(scene: "option_cancel_print")]
|
||||
public function cancelPrint()
|
||||
{
|
||||
return (new PrintService)->cancel();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user