'nullable|integer', ]; } public function messages(): array { return [ 'qty.integer' => '商品数量必须是整数', ]; } }