| | |
| | | |
| | | interface GetPromotersInput { |
| | | pageModel?: Pagination; |
| | | /** 创建的开始时间 */ |
| | | startDate?: string; |
| | | /** 创建的结束时间 */ |
| | | endDate?: string; |
| | | /** 搜索关键词 */ |
| | | searchKey?: string; |
| | | } |
| | | |
| | | interface GetRolesInput { |
| | |
| | | |
| | | type LifePayChannelAgentType = 1 | 2 | 3; |
| | | |
| | | type LifePayChannelConsultationFollowupStatus = 0 | 1; |
| | | type LifePayChannelConsultationFollowupStatus = 1 | 2 | 3 | 4; |
| | | |
| | | type LifePayChannelsStatsEnum = 10 | 20; |
| | | |
| | |
| | | interface LifePayPhoneMesssageCodeLoginOutput { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 推广员ID */ |
| | | promoterIdNumber?: string; |
| | | /** 是否是后台用户 */ |
| | | isBackClientUser?: boolean; |
| | | /** 渠道号 */ |