wupengfei
4 天以前 89436385a31b0f31c33bb4688ab7c3b549ecc125
src/services/api/typings.d.ts
@@ -471,6 +471,7 @@
  interface AddParkBountyApplyByEnterpriseInput {
    batchNo?: string;
    enterpriseMonthApplyId?: string;
    enterpriseId?: string;
  }
  interface AddParkBountyApplyStepOneInput {
@@ -1429,9 +1430,23 @@
    take?: number;
  }
  interface APIgetDataBoardEnterpriseClientUserRankParams {
    /** 查询数量 */
    take?: number;
  }
  interface APIgetDataBoardInsurePeopleCountRankParams {
    /** 查询数量 */
    take?: number;
  }
  interface APIgetDataBoardLastQuarterEnterpriseClientUserCountParams {
    input?: GetDataBoardLastQuarterEnterpriseClientUserCountInput;
  }
  interface APIgetDataBoardLastQuarterOutputValueCountParams {
    /** 万元单位 */
    wanUnit?: boolean;
  }
  interface APIgetDataBoardNewBountyApplyCountParams {
@@ -1439,11 +1454,13 @@
  }
  interface APIgetDataBoardNewBountyReleaseAmountCountParams {
    input?: GetDataBoardNewBountyReleaseAmountCountInput;
    /** 万元单位 */
    wanUnit?: boolean;
  }
  interface APIgetDataBoardNewBountyUseAmountCountParams {
    input?: GetDataBoardNewBountyUseAmountCountInput;
    /** 万元单位 */
    wanUnit?: boolean;
  }
  interface APIgetDataBoardNewCustomerCountParams {
@@ -1454,7 +1471,17 @@
    input?: GetDataBoardNewInsurePeopleCountInput;
  }
  interface APIgetDataBoardOutputValueRankParams {
    /** 查询数量 */
    take?: number;
  }
  interface APIgetDataBoardOverviewByParkParams {
    industrialParkId?: string;
  }
  interface APIgetDataBoardOverviewByParkV2Params {
    /** 园区Id 不传查全部 */
    industrialParkId?: string;
  }
@@ -2052,6 +2079,10 @@
  interface APIqueryRechargeParams {
    bussSeqNo?: string;
  }
  interface APIreImportEnterpriseCustomerUsersReImportEnterpriseCustomerUsersIdParams {
    id: string;
  }
  interface APIsearchParams {
@@ -6488,6 +6519,8 @@
  type EnumWalletSignStatus = 1 | 10 | 100 | 999;
  type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50;
  interface ExportBountyApplyData {
    /** 企业名称 */
    enterpriseName: string;
@@ -6517,6 +6550,8 @@
  interface ExportRewardStatisticsInput {
    /** 月份 */
    month?: string;
    /** 月份 */
    months?: string[];
    /** 所属园区Id */
    industrialParkId?: string;
    /** 关键字 */
@@ -7856,6 +7891,17 @@
    amount?: number;
  }
  interface GetDataBoardEnterpriseClientUserRankOutput {
    items?: GetDataBoardEnterpriseClientUserRankOutputItem[];
  }
  interface GetDataBoardEnterpriseClientUserRankOutputItem {
    /** 企业名称 */
    enterpriseName?: string;
    /** 签约人数 */
    count?: number;
  }
  interface GetDataBoardInsurePeopleCountRankOutput {
    items?: GetDataBoardInsurePeopleCountRankOutputItem[];
  }
@@ -7865,6 +7911,22 @@
    enterpriseName?: string;
    /** 人数 */
    count?: number;
  }
  type GetDataBoardLastQuarterEnterpriseClientUserCountInput = Record<string, any>;
  interface GetDataBoardLastQuarterEnterpriseClientUserCountOutput {
    /** X轴 */
    x?: string[];
    /** 上季度数据 */
    data?: number[];
  }
  interface GetDataBoardLastQuarterOutputValueCountOutput {
    /** X轴 */
    x?: string[];
    /** 上季度数据 */
    data?: number[];
  }
  type GetDataBoardNewBountyApplyCountInput = Record<string, any>;
@@ -7878,8 +7940,6 @@
    lastMonthData?: number[];
  }
  type GetDataBoardNewBountyReleaseAmountCountInput = Record<string, any>;
  interface GetDataBoardNewBountyReleaseAmountCountOutput {
    /** X轴 */
    x?: string[];
@@ -7888,8 +7948,6 @@
    /** 上月数据 */
    lastMonthData?: number[];
  }
  type GetDataBoardNewBountyUseAmountCountInput = Record<string, any>;
  interface GetDataBoardNewBountyUseAmountCountOutput {
    /** X轴 */
@@ -7920,6 +7978,17 @@
    data?: number[];
  }
  interface GetDataBoardOutputValueRankOutput {
    items?: GetDataBoardOutputValueRankOutputItem[];
  }
  interface GetDataBoardOutputValueRankOutputItem {
    /** 企业名称 */
    enterpriseName?: string;
    /** 金额 */
    outputValue?: number;
  }
  interface GetDataBoardOverviewByParkOutput {
    /** 总入驻企业 */
    totalCustomerCount?: number;
@@ -7927,6 +7996,23 @@
    sumBountyReleaseAmount?: number;
    /** 奖励金使用总额 */
    sumBountyUseAmount?: number;
    /** 投保人数 */
    insurePeopleCount?: number;
  }
  interface GetDataBoardOverviewByParkV2Output {
    /** 平台企业总数 */
    enterpriseCount?: number;
    /** 总交易流水 */
    sumOutputValue?: number;
    /** 在线甲方总数 */
    enterpriseCustomerCount?: number;
    /** 在线劳务人员总数 */
    enterpriseClientUserCount?: number;
    /** 平台消费总额 */
    sumBountyUseAmount?: number;
    /** 保险消费总额 */
    sumBountyInsuranceUseAmount?: number;
    /** 投保人数 */
    insurePeopleCount?: number;
  }
@@ -7991,6 +8077,49 @@
    data?: GetEnterpriseCredentialDataResponse;
  }
  interface GetEnterpriseCustomerImportsInput {
    pageModel?: Pagination;
    /** 关键字 */
    keywords?: string;
    /** 导入失败的记录 */
    failImport?: boolean;
  }
  interface GetEnterpriseCustomerImportsOutput {
    /** Id */
    id?: string;
    /** 企业Id */
    enterpriseId?: string;
    /** 文件 */
    file?: string;
    /** 总行数 */
    count?: number;
    /** 成功行数 */
    successCount?: number;
    /** 空白行数 */
    emptyCount?: number;
    /** 失败行数 */
    failCount?: number;
    /** 失败原因 */
    failReason?: string;
    /** 预计保存数量 */
    estimateSaveCount?: number;
    /** 保存数量 */
    saveCount?: number;
    /** 插入数量 */
    insertCount?: number;
    /** 更新数量 */
    updateCount?: number;
    /** 更新文件地址 */
    updateFile?: string;
  }
  interface GetEnterpriseCustomerImportsOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterpriseCustomerImportsOutput[];
  }
  interface GetEnterpriseDrawWithDetailOutput {
    id?: string;
    enterpriseId?: string;
@@ -8004,6 +8133,13 @@
    amount?: number;
    remainAmount?: number;
    invoiceUrl?: string;
    transactionStatus?: EnumWalletTransactionStatus;
    /** 订单支付时间 */
    transactionDate?: string;
    /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */
    transactionErrorCode?: string;
    /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */
    transactionFailReason?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    checkTime?: string;
    checkUserId?: string;
@@ -8034,7 +8170,15 @@
    parkType?: string;
    amount?: number;
    remainAmount?: number;
    transactionStatus?: EnumWalletTransactionStatus;
    /** 订单支付时间 */
    transactionDate?: string;
    /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */
    transactionErrorCode?: string;
    /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */
    transactionFailReason?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    status?: GetEnterpriseDrawWithListOutputStatus;
    checkTime?: string;
    checkRemark?: string;
    checkFileUrl?: string;
@@ -8047,6 +8191,8 @@
    objectData?: any;
    data?: GetEnterpriseDrawWithListOutput[];
  }
  type GetEnterpriseDrawWithListOutputStatus = 10 | 20 | 21 | 22 | 30;
  interface GetEnterpriseMonthApplyFileOutput {
    id?: string;
@@ -8068,6 +8214,10 @@
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterpriseMonthApplyFileOutput[];
  }
  interface GetEnterpriseMonthApplyHasUploadFileListInput {
    enterpriseId?: string;
  }
  interface GetEnterpriseParkApplyUploadFileOutput {
@@ -9599,6 +9749,8 @@
    outReCheckTime?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
    /** 是否隐藏 */
    isHidden?: boolean;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -9681,6 +9833,13 @@
    auditRemark?: string;
    /** 审核时间 */
    auditTime?: string;
    transactionStatus?: EnumWalletTransactionStatus;
    /** 订单支付时间 */
    transactionDate?: string;
    /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */
    transactionErrorCode?: string;
    /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */
    transactionFailReason?: string;
    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 财务审核备注 */
    financeAuditRemark?: string;
@@ -10617,6 +10776,10 @@
    signName?: string;
  }
  interface GetSystemInfoOutput {
    openTwoFactorLogin?: boolean;
  }
  interface GetTagsInput {
    /** 类型:0产品标签,1资讯标签,3快捷评论标签 */
    type?: number;
@@ -11549,6 +11712,15 @@
  interface IanaTimeZone {
    timeZoneName?: string;
  }
  interface IdentityModelToken {
    accessToken?: string;
    expiresIn?: number;
    creationTime?: string;
    refreshToken?: string;
    /** 用户Id */
    userId?: string;
  }
  interface IdentityModelTokenCacheItem {
@@ -22785,6 +22957,33 @@
  type TransferToStatusEnum = 1 | 2;
  interface TwoFactorLoginPasswordInput {
    clientId?: string;
    /** 登录名 */
    loginName: string;
    /** 登录密码 */
    password: string;
  }
  interface TwoFactorLoginPasswordOutput {
    /** 登录密钥 */
    loginKey?: string;
    /** 手机号 */
    phoneNumber?: string;
  }
  interface TwoFactorLoginSendVerificationCodeInput {
    /** 登录密钥 */
    loginKey?: string;
  }
  interface TwoFactorLoginSmsInput {
    /** 登录密钥 */
    loginKey?: string;
    /** 验证码 */
    code?: string;
  }
  interface TypeApiDescriptionModel {
    baseType?: string;
    isEnum?: boolean;
@@ -25929,6 +26128,8 @@
    iv: string;
    /** 获取会话密钥 */
    sessionKey: string;
    /** 鉴权 */
    sign?: string;
    /** 小程序OpenId */
    openId: string;
    wxMiniApp?: WxMiniAppEnum;
@@ -25941,6 +26142,8 @@
    iv: string;
    /** 获取会话密钥 */
    sessionKey: string;
    /** 鉴权 */
    sign?: string;
    /** 小程序OpenId */
    openId: string;
    wxMiniApp?: WxMiniAppEnum;