From b237e3a2dd13592a680d99c058e5c832a1322120 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 09 六月 2025 10:02:56 +0800
Subject: [PATCH] fix: v1.4

---
 packages/services/api/typings.d.ts |  151 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 151 insertions(+), 0 deletions(-)

diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts
index 17297cc..df2aaef 100644
--- a/packages/services/api/typings.d.ts
+++ b/packages/services/api/typings.d.ts
@@ -240,6 +240,11 @@
     orderNo?: string;
   }
 
+  interface APIgetChannelConsultationFollowupListParams {
+    /** 娓犻亾鍜ㄨId */
+    id?: string;
+  }
+
   interface APIgetCountParams {
     filter?: string;
   }
@@ -360,6 +365,10 @@
     maxResultCount?: number;
   }
 
+  interface APIsetClickCountParams {
+    idnumber?: string;
+  }
+
   interface APIsetForRoleParams {
     roleName?: string;
     permissionName?: string;
@@ -373,6 +382,10 @@
   interface APIsetLifePayChannelsStatusParams {
     id?: string;
     status?: LifePayChannelsStatsEnum;
+  }
+
+  interface APIstatisticsByDateParams {
+    days?: number;
   }
 
   interface APItestAliRechargeNotifyParams {
@@ -524,6 +537,51 @@
     type?: number;
   }
 
+  interface ChannelConsultationDto {
+    /** Id */
+    id?: string;
+    /** 鍜ㄨ鏃堕棿 */
+    creationTime?: string;
+    /** 鍜ㄨ浜� */
+    name?: string;
+    agentType?: LifePayChannelAgentType;
+    /** 鑱旂郴鏂瑰紡 */
+    phoneNumber?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 瀹㈡埛璧勬簮 */
+    customerResources?: string;
+    /** ID */
+    promoterIdNumber?: string;
+    /** 鎺ㄥ箍鍛� */
+    promoterName?: string;
+    /** 鑱旂郴鏂瑰紡 */
+    promoterPhoneNumber?: string;
+    followupStatus?: LifePayChannelConsultationFollowupStatus;
+    /** 鏈�杩戝洖璁� */
+    lastFollowupTime?: string;
+    /** 鍥炶璁板綍 */
+    followupRemark?: string;
+  }
+
+  interface ChannelConsultationDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: ChannelConsultationDto[];
+  }
+
+  interface ChannelConsultationFollowupDto {
+    /** 鍥炶浜篒d */
+    creatorId?: string;
+    /** 鍥炶浜� */
+    creator?: string;
+    followupStatus?: LifePayChannelConsultationFollowupStatus;
+    /** 鍥炶璁板綍 */
+    followupRemark?: string;
+    /** 鍜ㄨ鏃堕棿 */
+    creationTime?: string;
+  }
+
   interface ChannelDataListOutPut {
     /** Top5娓犻亾鏀舵 */
     receiveList?: ChannelDataReceive[];
@@ -627,6 +685,30 @@
     remark?: string;
   }
 
+  interface CreateChannelConsultationFollowupInput {
+    /** 娓犻亾鍜ㄨId */
+    channelConsultationId?: string;
+    followupStatus?: LifePayChannelConsultationFollowupStatus;
+    /** 鍥炶璁板綍 */
+    followupRemark?: string;
+  }
+
+  interface CreateChannelConsultationInput {
+    /** 瀹㈡埛绔敤鎴稩d 濡傛湁 */
+    userId?: string;
+    /** 鎺ㄥ箍浜篒d */
+    idNumber?: string;
+    /** 鍜ㄨ浜� */
+    name?: string;
+    agentType?: LifePayChannelAgentType;
+    /** 鑱旂郴鏂瑰紡 */
+    phoneNumber?: string;
+    /** 鍏徃鍚嶇О */
+    companyName?: string;
+    /** 瀹㈡埛璧勬簮 */
+    customerResources?: string;
+  }
+
   interface CreateEditPayChannelsInput {
     id?: string;
     channlesName?: string;
@@ -636,6 +718,15 @@
     switchType?: LifePaySwitchTypeEnum;
     status?: LifePayChannelsStatsEnum;
     channlesType?: LifePayChannlesTypeEnum;
+    agentType?: LifePayChannelAgentType;
+    /** 鍖哄煙-鐪両d */
+    areaProvinceId?: number;
+    /** 鍖哄煙-甯侷d */
+    areaCityId?: number;
+    /** 鎺ㄥ箍鍛業D */
+    promoterIdNumber?: string;
+    /** 鎺ㄥ箍鍛� */
+    promoterName?: string;
   }
 
   interface CreateEditPayChannelsInputPageOutput {
@@ -646,6 +737,21 @@
 
   interface CreateLifePayOrderOutput {
     orderNo?: string;
+  }
+
+  interface CreateOrUpdatePromoterInput {
+    /** Id */
+    id?: string;
+    /** 瀹㈡埛绔敤鎴稩d 濡傛湁 */
+    userId?: string;
+    /** ID */
+    idNumber?: string;
+    /** 鎺ㄥ箍鍛� */
+    name?: string;
+    /** 鑱旂郴鏂瑰紡 */
+    phoneNumber?: string;
+    /** 澶囨敞 */
+    remark?: string;
   }
 
   interface CreateOrUpdateRoleInput {
@@ -917,6 +1023,16 @@
     queryCondition?: string;
   }
 
+  interface GetChannelConsultationsInput {
+    pageModel?: Pagination;
+    /** 鍒涘缓鐨勫紑濮嬫椂闂� */
+    startDate?: string;
+    /** 鍒涘缓鐨勭粨鏉熸椂闂� */
+    endDate?: string;
+    /** 鎼滅储鍏抽敭璇� */
+    searchKey?: string;
+  }
+
   interface GetFeatureListResultDto {
     groups?: FeatureGroupDto[];
   }
@@ -946,6 +1062,10 @@
   interface GetPermissionListResultDto {
     entityDisplayName?: string;
     groups?: PermissionGroupDto[];
+  }
+
+  interface GetPromotersInput {
+    pageModel?: Pagination;
   }
 
   interface GetRolesInput {
@@ -1168,6 +1288,10 @@
     channelId?: string;
     productData?: LifeGasData;
   }
+
+  type LifePayChannelAgentType = 1 | 2 | 3;
+
+  type LifePayChannelConsultationFollowupStatus = 0 | 1;
 
   type LifePayChannelsStatsEnum = 10 | 20;
 
@@ -1909,6 +2033,31 @@
     hasPassword?: boolean;
   }
 
+  interface PromoterDto {
+    /** Id */
+    id?: string;
+    /** 鍜ㄨ鏃堕棿 */
+    creationTime?: string;
+    /** ID */
+    idNumber?: string;
+    /** 鎺ㄥ箍鍛� */
+    name?: string;
+    /** 鑱旂郴鏂瑰紡 */
+    phoneNumber?: string;
+    /** 鐐瑰嚮鏁� */
+    clickCount?: number;
+    /** 鐢宠鏁� */
+    applyCount?: number;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
+  interface PromoterDtoPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: PromoterDto[];
+  }
+
   interface PropertyApiDescriptionModel {
     name?: string;
     jsonName?: string;
@@ -2248,6 +2397,8 @@
     accumulatedUsers?: number;
     /** 鏄ㄦ棩娲昏穬鐢ㄦ埛 */
     yesterdayActiveUsers?: number;
+    /** 绱浣i噾 */
+    accumulatedChannlesRakePrice?: number;
   }
 
   interface TradeFundBill {

--
Gitblit v1.9.1