'required|nonempty|integer|exists_enable:ims_cjdc_shopcar,id', ]; } public function messages(): array { return [ 'id.exists_enable' => ':attribute不存在或被禁用', 'service_personnel_id.*' => ':attribute信息不正确' ]; } public function attributes(): array { return [ 'id' => '购物车记录', ]; } }