From 8bc6fff33ac1eb45c3413c93627607e470ad32f5 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 18 十一月 2025 13:22:43 +0800
Subject: [PATCH] feat: 新增出账投保人数

---
 src/services/api/ParkBountyApply.ts |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/services/api/ParkBountyApply.ts b/src/services/api/ParkBountyApply.ts
index ae8882e..4d95e5d 100644
--- a/src/services/api/ParkBountyApply.ts
+++ b/src/services/api/ParkBountyApply.ts
@@ -47,6 +47,14 @@
   });
 }
 
+/** 姝ゅ鍚庣娌℃湁鎻愪緵娉ㄩ噴 GET /api/ParkBountyApply/Get818UserInfo */
+export async function get818UserInfo(options?: API.RequestConfig) {
+  return request<API.UserInfoV2>('/api/ParkBountyApply/Get818UserInfo', {
+    method: 'GET',
+    ...(options || {}),
+  });
+}
+
 /** 姝ゅ鍚庣娌℃湁鎻愪緵娉ㄩ噴 POST /api/ParkBountyApply/GetEnterpriseDrawWithList */
 export async function getEnterpriseDrawWithList(
   body: API.GetEnterpriseDrawWithListInput,

--
Gitblit v1.9.1