| | |
| | | type?: number; |
| | | } |
| | | |
| | | interface ChannelDataListOutPut { |
| | | /** Top5渠道收款 */ |
| | | receiveList?: ChannelDataReceive[]; |
| | | /** Top5渠道用户 */ |
| | | userNumberList?: ChannelDataUserNumber[]; |
| | | } |
| | | |
| | | interface ChannelDataReceive { |
| | | /** 渠道名称 */ |
| | | channelName?: string; |
| | | /** 收款 */ |
| | | receivePrice?: number; |
| | | /** 佣金 */ |
| | | channlesRakePrice?: number; |
| | | } |
| | | |
| | | interface ChannelDataUserNumber { |
| | | /** 渠道名称 */ |
| | | channelName?: string; |
| | | /** 用户数量 */ |
| | | number?: number; |
| | | } |
| | | |
| | | interface ChannelOutput { |
| | | name?: string; |
| | | channlesNum?: string; |
| | |
| | | checkChannelId?: string; |
| | | } |
| | | |
| | | interface ChannlesRakeListOutPut { |
| | | /** 30天佣金 */ |
| | | channlesRakeList?: ReceiptsDetail[]; |
| | | } |
| | | |
| | | interface CheckLoginVerificationCodeInput { |
| | | messageType?: string; |
| | | phoneNumber: string; |
| | |
| | | interface ClockDto { |
| | | kind?: string; |
| | | } |
| | | |
| | | type ConsumptionFlowEnum = 10 | 20; |
| | | |
| | | type ConsumptionFrozenStatusEnum = 10 | 20; |
| | | |
| | | interface ControllerApiDescriptionModel { |
| | | controllerName?: string; |
| | |
| | | } |
| | | |
| | | type LifePayChannlesTypeEnum = 10 | 20; |
| | | |
| | | interface LifePayConsumptionListOutput { |
| | | /** 编号 */ |
| | | id?: string; |
| | | /** 平台订单号 */ |
| | | orderNo?: string; |
| | | /** 外部订单号 */ |
| | | acoolyOrderNo?: string; |
| | | /** 交易金额 */ |
| | | amount?: number; |
| | | acoolyStatus?: ACOOLYStatusEnum; |
| | | /** 记账时间 */ |
| | | finishTime?: string; |
| | | frozenStatus?: ConsumptionFrozenStatusEnum; |
| | | flow?: ConsumptionFlowEnum; |
| | | /** 扣款金额 */ |
| | | deductionAmount?: number; |
| | | /** 冻结金额 */ |
| | | frozenAmount?: number; |
| | | } |
| | | |
| | | interface LifePayConsumptionListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: LifePayConsumptionListOutput[]; |
| | | } |
| | | |
| | | interface LifePayConsumptionPageInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |
| | | /** 查询条件 */ |
| | | keyWord?: string; |
| | | flow?: ConsumptionFlowEnum; |
| | | /** 记账开始时间 */ |
| | | timeBegin?: string; |
| | | /** 记账结束时间 */ |
| | | timeEnd?: string; |
| | | } |
| | | |
| | | interface LifePayExpensesReceiptsListOutput { |
| | | /** 编号 */ |
| | |
| | | providerKey?: string; |
| | | } |
| | | |
| | | interface QueryLifePayChannlesInput { |
| | | status?: LifePayChannelsStatsEnum; |
| | | } |
| | | |
| | | interface QueryLifePayOrderListInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |
| | |
| | | loginTimeEnd?: string; |
| | | } |
| | | |
| | | interface ReceiptsDetail { |
| | | /** 创建时间 */ |
| | | creationTime?: string; |
| | | /** 金额 */ |
| | | amount?: number; |
| | | } |
| | | |
| | | interface ReceiptsListOutPut { |
| | | /** 30天收款 */ |
| | | receiveList?: ReceiptsDetail[]; |
| | | /** 30天收入 */ |
| | | incomeList?: ReceiptsDetail[]; |
| | | } |
| | | |
| | | interface RefundLifePayOrderInput { |
| | | id?: string; |
| | | /** 上传凭证 */ |