From f35680f356168af8d4a3d5f34456e561af40fbba Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 24 十二月 2025 13:15:10 +0800
Subject: [PATCH] feat: 接口

---
 src/services/api/enterpriseInsuranceProduct.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/services/api/enterpriseInsuranceProduct.ts b/src/services/api/enterpriseInsuranceProduct.ts
index d5f1c98..5ed0e55 100644
--- a/src/services/api/enterpriseInsuranceProduct.ts
+++ b/src/services/api/enterpriseInsuranceProduct.ts
@@ -26,7 +26,7 @@
   params: API.APIgetEnterpriseInsuranceProductSelectParams,
   options?: API.RequestConfig
 ) {
-  return request<API.SelectOptionGuidGetEnterpriseInsuranceProductSelectQueryOption[]>(
+  return request<API.SelectOptionNullableGuidGetEnterpriseInsuranceProductSelectQueryOption[]>(
     '/api/flexjob/enterpriseInsuranceProduct/getEnterpriseInsuranceProductSelect',
     {
       method: 'GET',

--
Gitblit v1.10.0