'required|nonempty|integer|exists_enable:ims_cjdc_user,id', 'receive_type' => 'required|nonempty|integer', ]; } public function messages(): array { return [ 'user_id.*' => ':attribute信息不正确', 'receive_type.*' => ':attribute必须', ]; } public function attributes(): array { return [ 'user_id' => '领取用户ID', 'receive_type' => '领取方式', ]; } }