|  |  | 
 |  |  |     scope?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type ACOOLYStatusEnum = 10 | 20 | 30 | 40 | 50 | 60; | 
 |  |  |   type ACOOLYStatusEnum = 10 | 20 | 30 | 40 | 50 | 51 | 60; | 
 |  |  |  | 
 |  |  |   interface ActionApiDescriptionModel { | 
 |  |  |     uniqueName?: string; | 
 |  |  | 
 |  |  |     orderNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetChannelConsultationByIdParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetChannelConsultationFollowupListParams { | 
 |  |  |     /** 渠道咨询Id */ | 
 |  |  |     id?: string; | 
 |  |  | 
 |  |  |  | 
 |  |  |   interface APIgetParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetPromoterParams { | 
 |  |  |     phoneNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetRolesIdRolesParams { | 
 |  |  | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrUpdatePromoterOutput { | 
 |  |  |     /** Id */ | 
 |  |  |     id?: string; | 
 |  |  |     /** IdNumber */ | 
 |  |  |     idNumber?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CreateOrUpdateRoleInput { | 
 |  |  |     /** 名称 */ | 
 |  |  |     name?: string; | 
 |  |  | 
 |  |  |  | 
 |  |  |   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; | 
 |  |  |  | 
 |  |  | 
 |  |  |     lifePayType?: LifePayTypeEnum; | 
 |  |  |     /** 渠道名称 */ | 
 |  |  |     channelName?: string; | 
 |  |  |     /** 运营商 */ | 
 |  |  |     operator?: string; | 
 |  |  |     lifePayOrderType?: LifePayOrderTypeEnum; | 
 |  |  |     /** 订单号 */ | 
 |  |  |     orderNo?: string; | 
 |  |  | 
 |  |  |     acoolyOrderNo?: string; | 
 |  |  |     acoolyStatus?: ACOOLYStatusEnum; | 
 |  |  |     lifePayRefundStatus?: LifePayRefundStatusEnum; | 
 |  |  |     /** 订单参数详情 */ | 
 |  |  |     orderParamDetailJsonStr?: string; | 
 |  |  |     /** 实际到账金额 */ | 
 |  |  |     actualReceivedAmount?: number; | 
 |  |  |     actualReceivedStatus?: LifePayStatusEnum; | 
 |  |  | 
 |  |  |   interface LifePayPhoneMesssageCodeLoginOutput { | 
 |  |  |     /** 用户Id */ | 
 |  |  |     userId?: string; | 
 |  |  |     /** 推广员ID */ | 
 |  |  |     promoterIdNumber?: string; | 
 |  |  |     /** 是否是后台用户 */ | 
 |  |  |     isBackClientUser?: boolean; | 
 |  |  |     /** 渠道号 */ | 
 |  |  | 
 |  |  |  | 
 |  |  |   interface LogErrorInput { | 
 |  |  |     error?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface LogFrontInput { | 
 |  |  |     userId?: string; | 
 |  |  |     message?: string; | 
 |  |  |     url?: string; | 
 |  |  |     requestTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface MethodParameterApiDescriptionModel { | 
 |  |  | 
 |  |  |     permissions?: PermissionGrantInfoDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PhoneChargeOrderOutput { | 
 |  |  |     outOrderNo?: string; | 
 |  |  |     busiOrderNo?: string; | 
 |  |  |     parValue?: number; | 
 |  |  |     payAmount?: number; | 
 |  |  |     status?: string; | 
 |  |  |     statusText?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface PhoneParValueOutput { | 
 |  |  |     ispCode?: string; | 
 |  |  |     ispName?: string; | 
 |  |  | 
 |  |  |     operateHistoryType?: OperateHistoryTypeEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryPhoneOrderRequestInput { | 
 |  |  |     requestNo?: string; | 
 |  |  |     partnerId?: string; | 
 |  |  |     service?: string; | 
 |  |  |     version?: string; | 
 |  |  |     protocol?: string; | 
 |  |  |     context?: string; | 
 |  |  |     ext?: string; | 
 |  |  |     returnUrl?: string; | 
 |  |  |     notifyUrl?: string; | 
 |  |  |     outOrderNo?: string; | 
 |  |  |     busiOrderNo?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryPhoneOrderResponse { | 
 |  |  |     success?: boolean; | 
 |  |  |     requestNo?: string; | 
 |  |  |     partnerId?: string; | 
 |  |  |     service?: string; | 
 |  |  |     version?: string; | 
 |  |  |     protocol?: string; | 
 |  |  |     context?: string; | 
 |  |  |     ext?: any; | 
 |  |  |     code?: string; | 
 |  |  |     message?: string; | 
 |  |  |     detail?: string; | 
 |  |  |     phoneChargeOrder?: PhoneChargeOrderOutput; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface QueryUserAccountAllListInput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     checkChannelId?: string; |