zhengyiming
2025-02-25 9e72ccd8e8bf0362dde6e6df9410fedbf79115be
packages/services/api/typings.d.ts
@@ -1466,6 +1466,11 @@
    id?: string;
  }
  interface APIgetLifePayWxIndentityParams {
    /** 用户登录凭证 */
    code?: string;
  }
  interface APIgetListParams {
    filter?: string;
    clientId?: string;
@@ -1899,6 +1904,14 @@
  interface APItestGetPlatformServicePayParams {
    id?: string;
  }
  interface APItestH5PayParams {
    payType?: LifePayTypeEnum;
    outTradeNo?: string;
    description?: string;
    amount?: number;
    h5Type?: string;
  }
  interface APItestPayNotifyParams {
@@ -5488,6 +5501,37 @@
    electricParValue?: ElectricParValueOutput[];
  }
  interface ElectricSupportAreaChildCityListOutput {
    cityName?: string;
    cityParentId?: string;
    cityId?: string;
  }
  interface ElectricSupportAreaListOutput {
    childCityList?: ElectricSupportAreaChildCityListOutput[];
    cityName?: string;
    cityParentId?: string;
    cityId?: string;
    electricType?: string;
    parValue?: string[];
    rate?: number;
  }
  interface ElectricSupportAreaResponse {
    success?: boolean;
    requestNo?: string;
    partnerId?: string;
    service?: string;
    version?: string;
    protocol?: string;
    context?: string;
    ext?: any;
    code?: string;
    message?: string;
    detail?: string;
    electricAreaList?: ElectricSupportAreaListOutput[];
  }
  interface EnableSearchSettingInput {
    id: string;
    status: boolean;
@@ -7743,6 +7787,13 @@
    status?: ParkRewardStatusEnum;
    /** 奖励名称 */
    rewardName?: string;
  }
  interface GetPayOrderForJsAPIInput {
    orderNo: string;
    lifePayType?: LifePayTypeEnum;
    openId?: string;
    attach?: string;
  }
  interface GetPermissionListResultDto {
@@ -12649,6 +12700,16 @@
    defaultValue?: any;
  }
  interface ModelPaymentMiniPay {
    nonceStr?: string;
    package?: string;
    signType?: string;
    paySign?: string;
    timestamp?: string;
    timeExpire?: string;
    message?: string;
  }
  interface ModuleApiDescriptionModel {
    rootPath?: string;
    remoteServiceName?: string;
@@ -17415,6 +17476,9 @@
  interface SetLifePayOrderPayTypeInput {
    orderNo: string;
    lifePayType?: LifePayTypeEnum;
    h5Type?: string;
    openId?: string;
    attach?: string;
  }
  interface SetManyContractTemplateHandSignKeyInput {