zhengyiming
2025-06-09 f01e5949f44c74ce85f74e37658ad848036b6b12
packages/services/api/typings.d.ts
@@ -1066,6 +1066,12 @@
  interface GetPromotersInput {
    pageModel?: Pagination;
    /** 创建的开始时间 */
    startDate?: string;
    /** 创建的结束时间 */
    endDate?: string;
    /** 搜索关键词 */
    searchKey?: string;
  }
  interface GetRolesInput {
@@ -1291,7 +1297,7 @@
  type LifePayChannelAgentType = 1 | 2 | 3;
  type LifePayChannelConsultationFollowupStatus = 0 | 1;
  type LifePayChannelConsultationFollowupStatus = 1 | 2 | 3 | 4;
  type LifePayChannelsStatsEnum = 10 | 20;
@@ -1587,6 +1593,8 @@
  interface LifePayPhoneMesssageCodeLoginOutput {
    /** 用户Id */
    userId?: string;
    /** 推广员ID */
    promoterIdNumber?: string;
    /** 是否是后台用户 */
    isBackClientUser?: boolean;
    /** 渠道号 */