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