zhengyiming
2025-03-19 f4d3a468d151ce6ff4ef6b2158c2b13ebae18d43
packages/services/api/typings.d.ts
@@ -168,6 +168,10 @@
    moduleId?: string;
  }
  interface APIgetIntroInfoParams {
    type?: LifePayOrderTypeEnum;
  }
  interface APIgetLifePayChannlesDtoParams {
    id?: string;
  }
@@ -469,6 +473,7 @@
    channlesName?: string;
    channlesNum?: string;
    channlesRate?: number;
    channlesRakeRate?: number;
    switchType?: LifePaySwitchTypeEnum;
    status?: LifePayChannelsStatsEnum;
    channlesType?: LifePayChannlesTypeEnum;
@@ -924,6 +929,8 @@
    roleNames: string[];
  }
  type IntroInfoTypeEnum = 0 | 1 | 2 | 3 | 4;
  interface IStringValueType {
    name?: string;
    properties?: Record<string, any>;
@@ -1003,6 +1010,37 @@
  type LifePayChannlesTypeEnum = 10 | 20;
  interface LifePayIntroInfoDetail {
    type?: IntroInfoTypeEnum;
    /** 摘要 */
    contentSummary?: string;
    /** 文本内容 */
    content?: string;
    /** 图片/视频路径 */
    path?: string;
    /** 排序 */
    sequence?: number;
  }
  interface LifePayIntroInfoInput {
    lifePayType?: LifePayOrderTypeEnum;
    /** 更新内容 */
    data?: LifePayIntroInfoDetail[];
  }
  interface LifePayIntroInfoOutput {
    type?: IntroInfoTypeEnum;
    lifePayType?: LifePayOrderTypeEnum;
    /** 摘要 */
    contentSummary?: string;
    /** 文本内容 */
    content?: string;
    /** 图片/视频路径 */
    path?: string;
    /** 排序 */
    sequence?: number;
  }
  interface LifePayOrderListOutput {
    id?: string;
    userId?: string;
@@ -1056,6 +1094,18 @@
    phoneNumber: string;
  }
  interface LifePayPremiumInput {
    premiumType?: LifePayTypeEnum;
    rate?: number;
    id?: string;
  }
  interface LifePayPremiumListOutput {
    premiumType?: LifePayTypeEnum;
    rate?: number;
    id?: string;
  }
  interface LifePayRateInput {
    rateType?: LifePayRateTypeEnum;
    rate?: number;