zhengyiming
9 天以前 329df2aed8f35d6caa0dcdd6b9fd9496beebd90a
src/services/api/typings.d.ts
@@ -1328,6 +1328,18 @@
    lgGigWorkerCustomerTemplateId?: string;
  }
  interface APIgetBankAreasParams {
    /** 通道 */
    access?: EnumWalletAccess;
  }
  interface APIgetBanksParams {
    /** 通道 */
    access?: EnumWalletAccess;
    /** 关键字 */
    keywords?: string;
  }
  interface APIgetBatchBillStaffListParams {
    insurancePolicyId?: string;
    batchBillId?: string;
@@ -1519,6 +1531,11 @@
    id?: string;
  }
  interface APIgetExternalSystemNongYePayWalletParams {
    /** 外部系统Id */
    externalSystemId?: string;
  }
  interface APIgetExternalSystemPingAnPayWalletParams {
    /** 外部系统Id */
    externalSystemId?: string;
@@ -5407,6 +5424,8 @@
    insureBillNo?: string;
    /** 收款单位名称 */
    incomeBankAccount?: string;
    /** 收款单位行号 */
    incomeBankNo?: string;
    /** 收款单位账号 */
    incomeBankCardNumber?: string;
    /** 开户行 */
@@ -6517,6 +6536,8 @@
  type EnumSmsStatus = 0 | 10 | 20 | 30;
  type EnumWalletAccess = 10 | 20 | 30 | 40;
  type EnumWalletSignStatus = 1 | 10 | 100 | 999;
  type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50;
@@ -6526,7 +6547,7 @@
    enterpriseName: string;
    /** 信用代码 */
    societyCreditCode: string;
    /** 财政拨付金额 */
    /** 推广补贴发放金额 */
    financeToAmountStr?: string;
    /** 平台拨付金额 */
    transferToAmountStr?: string;
@@ -8129,6 +8150,8 @@
    accountName?: string;
    bankNumber?: string;
    bankName?: string;
    /** 行号 */
    bankNo?: string;
    bankResumeName?: string;
    amount?: number;
    remainAmount?: number;
@@ -8327,6 +8350,16 @@
    searchKey?: string;
  }
  interface GetExternalSystemNongYePayWalletOutput {
    /** 户名 */
    name?: string;
    /** 账号 */
    identity?: string;
    /** 余额 */
    balance?: number;
    signStatus?: EnumWalletSignStatus;
  }
  interface GetExternalSystemPingAnPayWalletOutput {
    /** 户名 */
    name?: string;
@@ -9859,6 +9892,8 @@
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    /** 收款单位行号 */
    incomeBankNo?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
    creationTime?: string;
@@ -10117,6 +10152,8 @@
    cooperationUrl?: string;
    /** 银行总行名称 */
    bankName?: string;
    /** 行号 */
    bankNo?: string;
    /** 银行支行名称 */
    bankBranchName?: string;
    /** 银行卡号 */
@@ -10879,6 +10916,8 @@
    licenseUrl?: string;
    enterpriseIsVerify?: boolean;
    bankName?: string;
    /** 行号 */
    bankNo?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
    bankIsVerify?: boolean;
@@ -21065,6 +21104,15 @@
    templateParamExtraData?: string;
  }
  interface SaveExternalSystemNongYePayWalletInput {
    /** 外部系统Id */
    externalSystemId?: string;
    /** 户名 */
    name: string;
    /** 账号 */
    identity: string;
  }
  interface SaveExternalSystemPingAnPayWalletInput {
    /** 外部系统Id */
    externalSystemId?: string;
@@ -21636,6 +21684,7 @@
  interface SetUserEnterpriseBankInfoInput {
    bankName?: string;
    bankNo?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
    /** 用户Id */
@@ -22205,6 +22254,15 @@
    sttDesc?: string;
  }
  interface StringStringSelectOption {
    /** 值 */
    value?: string;
    /** 标签 */
    label?: string;
    /** 数据 */
    data?: string;
  }
  interface SubAccountBalanceQueryInput {
    /** 接收报文长度 报文数据长度;不包括附件内容、签名内容的长度,不够左补0 */
    recvLength?: number;
@@ -22493,6 +22551,8 @@
    insureBillNo?: string;
    /** 收款单位名称 */
    incomeBankAccount?: string;
    /** 收款单位行号 */
    incomeBankNo?: string;
    /** 收款单位账号 */
    incomeBankCardNumber?: string;
    /** 开户行 */