zhengyiming
2 天以前 64eb1c2ebfc25f11f5757a0eef04de230fa8fa15
src/services/api/typings.d.ts
@@ -6488,6 +6488,8 @@
  type EnumWalletSignStatus = 1 | 10 | 100 | 999;
  type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50;
  interface ExportBountyApplyData {
    /** 企业名称 */
    enterpriseName: string;
@@ -8004,6 +8006,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 +8043,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 +8064,8 @@
    objectData?: any;
    data?: GetEnterpriseDrawWithListOutput[];
  }
  type GetEnterpriseDrawWithListOutputStatus = 10 | 20 | 21 | 22 | 30;
  interface GetEnterpriseMonthApplyFileOutput {
    id?: string;
@@ -9681,6 +9700,13 @@
    auditRemark?: string;
    /** 审核时间 */
    auditTime?: string;
    transactionStatus?: EnumWalletTransactionStatus;
    /** 订单支付时间 */
    transactionDate?: string;
    /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */
    transactionErrorCode?: string;
    /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */
    transactionFailReason?: string;
    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 财务审核备注 */
    financeAuditRemark?: string;
@@ -10617,6 +10643,10 @@
    signName?: string;
  }
  interface GetSystemInfoOutput {
    openTwoFactorLogin?: boolean;
  }
  interface GetTagsInput {
    /** 类型:0产品标签,1资讯标签,3快捷评论标签 */
    type?: number;
@@ -11549,6 +11579,15 @@
  interface IanaTimeZone {
    timeZoneName?: string;
  }
  interface IdentityModelToken {
    accessToken?: string;
    expiresIn?: number;
    creationTime?: string;
    refreshToken?: string;
    /** 用户Id */
    userId?: string;
  }
  interface IdentityModelTokenCacheItem {
@@ -22785,6 +22824,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 +25995,8 @@
    iv: string;
    /** 获取会话密钥 */
    sessionKey: string;
    /** 鉴权 */
    sign?: string;
    /** 小程序OpenId */
    openId: string;
    wxMiniApp?: WxMiniAppEnum;
@@ -25941,6 +26009,8 @@
    iv: string;
    /** 获取会话密钥 */
    sessionKey: string;
    /** 鉴权 */
    sign?: string;
    /** 小程序OpenId */
    openId: string;
    wxMiniApp?: WxMiniAppEnum;