| | |
| | | column?: ModuleColumnDto[]; |
| | | } |
| | | |
| | | type AnnouncementStatusEnum = 10 | 20 | 30; |
| | | |
| | | type AnnouncementTypeEnum = 10 | 20; |
| | | |
| | | interface APIaddOrEditModuleStatusParams { |
| | | id?: string; |
| | | isMenu?: number; |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteLifePayAnnouncementParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteModuleButtonParams { |
| | | id?: string; |
| | | } |
| | |
| | | } |
| | | |
| | | interface APIdeleteModuleParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteRateChannelParams { |
| | | id?: string; |
| | | } |
| | | |
| | |
| | | interface APIsetLifePayChannelsStatusParams { |
| | | id?: string; |
| | | status?: LifePayChannelsStatsEnum; |
| | | } |
| | | |
| | | interface APIsetRateChannelStatusParams { |
| | | id?: string; |
| | | status?: LifePayRateChannelStatus; |
| | | } |
| | | |
| | | interface APIstatisticsByDateParams { |
| | |
| | | customerResources?: string; |
| | | } |
| | | |
| | | interface CreateEditLifePayAnnouncementInput { |
| | | id?: string; |
| | | announcementType: AnnouncementTypeEnum; |
| | | /** 生效日期 */ |
| | | startTime: string; |
| | | /** 截止日期 */ |
| | | endTime: string; |
| | | /** 公告内容 */ |
| | | announcementContent: string; |
| | | } |
| | | |
| | | interface CreateEditLifePayAnnouncementOutput { |
| | | id?: string; |
| | | announcementType: AnnouncementTypeEnum; |
| | | /** 生效日期 */ |
| | | startTime: string; |
| | | /** 截止日期 */ |
| | | endTime: string; |
| | | /** 公告内容 */ |
| | | announcementContent: string; |
| | | creationTime?: string; |
| | | status?: AnnouncementStatusEnum; |
| | | } |
| | | |
| | | interface CreateEditLifePayAnnouncementOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: CreateEditLifePayAnnouncementOutput[]; |
| | | } |
| | | |
| | | interface CreateEditPayChannelsInput { |
| | | id?: string; |
| | | channlesName?: string; |
| | |
| | | data?: CreateEditPayChannelsInput[]; |
| | | } |
| | | |
| | | interface CreateEditRateChannelInput { |
| | | id?: string; |
| | | lifePayOrderType: LifePayOrderTypeEnum; |
| | | /** 通道 */ |
| | | rateChannelName: string; |
| | | /** ID */ |
| | | code: string; |
| | | /** 供应商折扣 */ |
| | | supplierRate: number; |
| | | /** 平台折扣 */ |
| | | platformRate: number; |
| | | status: LifePayRateChannelStatus; |
| | | /** 通知内容 */ |
| | | remark: string; |
| | | } |
| | | |
| | | interface CreateEditRateChannelOutput { |
| | | id?: string; |
| | | lifePayOrderType: LifePayOrderTypeEnum; |
| | | /** 通道 */ |
| | | rateChannelName: string; |
| | | /** ID */ |
| | | code: string; |
| | | /** 供应商折扣 */ |
| | | supplierRate: number; |
| | | /** 平台折扣 */ |
| | | platformRate: number; |
| | | status: LifePayRateChannelStatus; |
| | | /** 通知内容 */ |
| | | remark: string; |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface CreateEditRateChannelOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: CreateEditRateChannelOutput[]; |
| | | } |
| | | |
| | | interface CreateLifePayOrderOutput { |
| | | orderNo?: string; |
| | | } |
| | |
| | | phoneNumber?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdatePromoterOutput { |
| | | /** Id */ |
| | | id?: string; |
| | | /** IdNumber */ |
| | | idNumber?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | |
| | | groups?: FeatureGroupDto[]; |
| | | } |
| | | |
| | | interface GetLifePayAnnouncementPageInput { |
| | | pageModel?: Pagination; |
| | | creationTimeBegin?: string; |
| | | creationTimeEnd?: string; |
| | | startTime?: string; |
| | | endTime?: string; |
| | | status?: AnnouncementStatusEnum; |
| | | } |
| | | |
| | | interface GetOperateHistoryInput { |
| | | pageModel?: Pagination; |
| | | relationId?: string; |
| | |
| | | pageModel?: Pagination; |
| | | /** 查询条件:角色名称 */ |
| | | queryCondition?: string; |
| | | } |
| | | |
| | | interface GetShowingLifePayAnnouncementInput { |
| | | announcementType?: AnnouncementTypeEnum; |
| | | } |
| | | |
| | | interface IanaTimeZone { |
| | |
| | | lifePayType?: LifePayTypeEnum; |
| | | /** 渠道名称 */ |
| | | channelName?: string; |
| | | /** 运营商 */ |
| | | operator?: string; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | /** 订单号 */ |
| | | orderNo?: string; |
| | |
| | | acoolyOrderNo?: string; |
| | | acoolyStatus?: ACOOLYStatusEnum; |
| | | lifePayRefundStatus?: LifePayRefundStatusEnum; |
| | | /** 订单参数详情 */ |
| | | orderParamDetailJsonStr?: string; |
| | | /** 实际到账金额 */ |
| | | actualReceivedAmount?: number; |
| | | actualReceivedStatus?: LifePayStatusEnum; |
| | |
| | | rate?: number; |
| | | id?: string; |
| | | } |
| | | |
| | | type LifePayRateChannelStatus = 10 | -10; |
| | | |
| | | interface LifePayRateInput { |
| | | rateType?: LifePayRateTypeEnum; |
| | |
| | | |
| | | interface LogErrorInput { |
| | | error?: string; |
| | | } |
| | | |
| | | interface LogFrontInput { |
| | | userId?: string; |
| | | message?: string; |
| | | url?: string; |
| | | requestTime?: string; |
| | | } |
| | | |
| | | interface MethodParameterApiDescriptionModel { |
| | |
| | | phoneChargeOrder?: PhoneChargeOrderOutput; |
| | | } |
| | | |
| | | interface QueryRateChannelInput { |
| | | status?: LifePayRateChannelStatus; |
| | | } |
| | | |
| | | interface QueryUserAccountAllListInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |
| | |
| | | receiveList?: ReceiptsDetail[]; |
| | | /** 30天收入 */ |
| | | incomeList?: ReceiptsDetail[]; |
| | | } |
| | | |
| | | interface RefundAmount { |
| | | total: number; |
| | | refund: number; |
| | | payerTotal: string; |
| | | payerRefund: string; |
| | | } |
| | | |
| | | interface RefundLifePayOrderInput { |
| | |
| | | unionId?: string; |
| | | } |
| | | |
| | | interface WxPayDomesticRefundsNotice { |
| | | mchid?: string; |
| | | outTradeNo?: string; |
| | | transactionId?: string; |
| | | outRefundNo?: string; |
| | | refundStatus?: string; |
| | | amount?: RefundAmount; |
| | | } |
| | | |
| | | interface WxPayDomesticRefundsQueryReponse { |
| | | code?: string; |
| | | message?: string; |