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