wupengfei
6 天以前 92034e64c9bb28c262b0fcb90660b58328aa2f5e
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,