'required|nonempty|integer|exists:ims_cjdc_order_main,id', ]; } public function messages(): array { return [ 'order_id.*' => ':attribute信息不正确', ]; } public function attributes(): array { return [ 'order_id' => '订单号', ]; } }