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