'required|nonempty', 'iv' => 'required|nonempty', 'encryptedData' => 'required|nonempty' ]; } /** * @return array */ public function messages(): array { return [ '*.*' => ':attribute无效', ]; } public function attributes(): array { return parent::attributes(); } }