wupengfei
2025-02-25 e53e33dd46fdf138c851b10f12cdc00131a8d644
packages/services/api/typings.d.ts
@@ -917,12 +917,6 @@
    id?: string;
  }
  interface APIaliRechargeNotifyParams {
    outTradeNo?: string;
    tradeNo?: string;
    success?: boolean;
  }
  interface APIapiDefinitionParams {
    includeTypes?: boolean;
  }
@@ -1472,6 +1466,11 @@
    id?: string;
  }
  interface APIgetLifePayWxIndentityParams {
    /** 用户登录凭证 */
    code?: string;
  }
  interface APIgetListParams {
    filter?: string;
    clientId?: string;
@@ -1889,6 +1888,12 @@
    id?: string;
  }
  interface APItestAliRechargeNotifyParams {
    outTradeNo?: string;
    tradeNo?: string;
    success?: boolean;
  }
  interface APItestCallBackParams {
    type?: number;
  }
@@ -1899,6 +1904,14 @@
  interface APItestGetPlatformServicePayParams {
    id?: string;
  }
  interface APItestH5PayParams {
    payType?: LifePayTypeEnum;
    outTradeNo?: string;
    description?: string;
    amount?: number;
    h5Type?: string;
  }
  interface APItestPayNotifyParams {
@@ -5468,24 +5481,55 @@
  interface ElectricParValueOutput {
    electricType?: string;
    areaName?: string;
    parValue?: string;
    parValue?: string[];
    rate?: number;
    comments?: string;
  }
  interface ElectricParValueResponse {
    success?: string;
    success?: boolean;
    requestNo?: string;
    partnerId?: string;
    service?: string;
    version?: string;
    protocol?: string;
    context?: string;
    ext?: string;
    ext?: any;
    code?: string;
    message?: string;
    detail?: string;
    electricParValue?: ElectricParValueOutput[];
  }
  interface ElectricSupportAreaChildCityListOutput {
    cityName?: string;
    cityParentId?: string;
    ciytId?: string;
  }
  interface ElectricSupportAreaListOutput {
    childCityList?: ElectricSupportAreaChildCityListOutput[];
    cityName?: string;
    cityParentId?: string;
    ciytId?: 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 {
@@ -7743,6 +7787,13 @@
    status?: ParkRewardStatusEnum;
    /** 奖励名称 */
    rewardName?: string;
  }
  interface GetPayOrderForJsAPIInput {
    orderNo: string;
    lifePayType?: LifePayTypeEnum;
    openId?: string;
    attach?: string;
  }
  interface GetPermissionListResultDto {
@@ -12161,7 +12212,7 @@
    /** 省份。 */
    province: string;
    /** 城市。 */
    city: string;
    city?: string;
    /** 客户身份证后6位,南网必传。 */
    sixID?: string;
  }
@@ -12647,6 +12698,12 @@
    typeSimple?: string;
    isOptional?: boolean;
    defaultValue?: any;
  }
  interface ModelPayPrePayId {
    prepayId?: string;
    code?: string;
    message?: string;
  }
  interface ModuleApiDescriptionModel {
@@ -14917,21 +14974,21 @@
  interface PhoneParValueOutput {
    ispCode?: string;
    ispName?: string;
    parValue?: string;
    parValue?: string[];
    rate?: number;
    phoneSection?: string;
    comments?: string;
  }
  interface PhoneParValueResponse {
    success?: string;
    success?: boolean;
    requestNo?: string;
    partnerId?: string;
    service?: string;
    version?: string;
    protocol?: string;
    context?: string;
    ext?: string;
    ext?: any;
    code?: string;
    message?: string;
    detail?: string;
@@ -17415,6 +17472,9 @@
  interface SetLifePayOrderPayTypeInput {
    orderNo: string;
    lifePayType?: LifePayTypeEnum;
    h5Type?: string;
    openId?: string;
    attach?: string;
  }
  interface SetManyContractTemplateHandSignKeyInput {
@@ -20211,6 +20271,10 @@
    finishTime?: string;
    /** 订单详细数据 */
    orderParamDetailJsonStr?: string;
    /** 下单时间 */
    creationTime?: string;
    /** 退款时间 */
    refundTime?: string;
  }
  interface UserLifePayOrderOutputPageOutput {