zhengyiming
2025-03-10 5dd9eb5d8a69fa8c2b66706434a6cc7748ff4786
packages/services/api/typings.d.ts
@@ -5504,14 +5504,14 @@
  interface ElectricSupportAreaChildCityListOutput {
    cityName?: string;
    cityParentId?: string;
    ciytId?: string;
    cityId?: string;
  }
  interface ElectricSupportAreaListOutput {
    childCityList?: ElectricSupportAreaChildCityListOutput[];
    cityName?: string;
    cityParentId?: string;
    ciytId?: string;
    cityId?: string;
    electricType?: string;
    parValue?: string[];
    rate?: number;
@@ -7794,6 +7794,7 @@
    lifePayType?: LifePayTypeEnum;
    openId?: string;
    attach?: string;
    payAppId?: string;
  }
  interface GetPermissionListResultDto {
@@ -12261,6 +12262,11 @@
  type LifePayOrderTypeEnum = 10 | 20;
  interface LifePayPhoneMesssageCodeLoginInput {
    /** 手机号 */
    phoneNumber: string;
  }
  interface LifePayRateListOutput {
    rateType?: LifePayRateTypeEnum;
    rate?: number;
@@ -12700,9 +12706,13 @@
    defaultValue?: any;
  }
  interface ModelPayPrePayId {
    prepayId?: string;
    code?: string;
  interface ModelPaymentMiniPay {
    nonceStr?: string;
    package?: string;
    signType?: string;
    paySign?: string;
    timestamp?: string;
    timeExpire?: string;
    message?: string;
  }