'require|in:accept,reject', 'order_dispatch_id|订单派单id' => 'require|number', 'workbench_type|工作台类型' => 'require|in:ongoing,today,tomorrow,all', 'plan_time|预约时间' => 'require|date', ]; protected $message = [ ]; protected $scene = [ 'orderConfirm' => ['type', 'order_dispatch_id'], 'workbenchOrderList' => ['workbench_type'], 'info' => ['order_dispatch_id'], 'appointmentTime' => ['order_dispatch_id', 'plan_time'], ]; }