// route/admin.php 或相应的路由文件 use app\controller\admin\order\StoreOrderBatchDelivery; Route::get('order/batch_delivery/products/:orderId', StoreOrderBatchDelivery::class . '@getOrderDeliverableProducts'); Route::post('order/batch_delivery', StoreOrderBatchDelivery::class . '@batchDelivery');