zhengyiming
2025-03-28 8bb9173a95a87e3ceab4f48b5b34041af38b7c70
packages/services/api/typings.d.ts
@@ -512,6 +512,11 @@
    type?: number;
  }
  interface ChannelOutput {
    name?: string;
    channlesNum?: string;
  }
  interface ChannelRateOutput {
    channlesRate?: number;
  }
@@ -1295,7 +1300,7 @@
    /** 是否是后台用户 */
    isBackClientUser?: boolean;
    /** 渠道号 */
    channlesNum?: string[];
    channlesNum?: ChannelOutput[];
  }
  interface LifePayPremiumInput {
@@ -1421,6 +1426,13 @@
  type LifePayTypeEnum = 10 | 20;
  interface LifePayUserMesssageByIduserInput {
    pageModel?: Pagination;
    checkChannelId?: string;
    /** 用户编号 */
    id?: string;
  }
  interface LifePhoneData {
    /** 运营商编码,例如:"yidong", "dianxin", "liantong"。 */
    ispCode: string;