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,