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