| | |
| | | implementFrom?: string; |
| | | } |
| | | |
| | | interface AddUpdatePayRechargeReceiptsInput { |
| | | /** 编号 */ |
| | | id?: string; |
| | | /** 业务订单号 */ |
| | | orderNo?: string; |
| | | /** 充值金额 */ |
| | | rechargeAmount?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 充值凭证 */ |
| | | voucher?: string; |
| | | } |
| | | |
| | | interface AddUpdateUserAccountInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |
| | |
| | | extraProperties?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface AlipayTradeFastpayRefundQueryResponse { |
| | | httpBody?: string; |
| | | code?: string; |
| | | msg?: string; |
| | | subCode?: string; |
| | | subMsg?: string; |
| | | errorCode?: string; |
| | | gmtRefundPay?: string; |
| | | industrySepcDetail?: string; |
| | | outRequestNo?: string; |
| | | outTradeNo?: string; |
| | | presentRefundBuyerAmount?: string; |
| | | presentRefundDiscountAmount?: string; |
| | | presentRefundMdiscountAmount?: string; |
| | | refundAmount?: string; |
| | | refundChargeAmount?: string; |
| | | refundDetailItemList?: TradeFundBill[]; |
| | | refundReason?: string; |
| | | refundRoyaltys?: RefundRoyaltyResult[]; |
| | | refundSettlementId?: string; |
| | | refundStatus?: string; |
| | | sendBackFee?: string; |
| | | totalAmount?: string; |
| | | tradeNo?: string; |
| | | } |
| | | |
| | | interface AlipayTradeQueryResponse { |
| | | httpBody?: string; |
| | | code?: string; |
| | | msg?: string; |
| | | subCode?: string; |
| | | subMsg?: string; |
| | | tradeNo?: string; |
| | | outTradeNo?: string; |
| | | buyerLogonId?: string; |
| | | tradeStatus?: string; |
| | | totalAmount?: string; |
| | | transCurrency?: string; |
| | | settleCurrency?: string; |
| | | settleAmount?: string; |
| | | payCurrency?: string; |
| | | payAmount?: string; |
| | | settleTransRate?: string; |
| | | transPayRate?: string; |
| | | buyerPayAmount?: string; |
| | | pointAmount?: string; |
| | | invoiceAmount?: string; |
| | | sendPayDate?: string; |
| | | receiptAmount?: string; |
| | | storeId?: string; |
| | | terminalId?: string; |
| | | fundBillList?: TradeFundBill[]; |
| | | storeName?: string; |
| | | buyerUserId?: string; |
| | | chargeAmount?: string; |
| | | chargeFlags?: string; |
| | | settlementId?: string; |
| | | tradeSettleInfo?: TradeSettleInfo[]; |
| | | authTradePayMode?: string; |
| | | buyerUserType?: string; |
| | | mdiscountAmount?: string; |
| | | discountAmount?: string; |
| | | buyerUserName?: string; |
| | | subject?: string; |
| | | body?: string; |
| | | alipaySubMerchantId?: string; |
| | | extInfos?: string; |
| | | } |
| | | |
| | | interface AllSubModule { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIwxPayDomesticRefundsQueryParams { |
| | | outTradeNo?: string; |
| | | } |
| | | |
| | | interface ApplicationApiDescriptionModel { |
| | | modules?: Record<string, any>; |
| | | types?: Record<string, any>; |
| | |
| | | type?: number; |
| | | } |
| | | |
| | | interface ChannelRateOutput { |
| | | channlesRate?: number; |
| | | } |
| | | |
| | | interface ChannelsBaseInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |
| | |
| | | name?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 密码 */ |
| | | password?: string; |
| | | /** 账户 */ |
| | | userName?: string; |
| | |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | /** 订单号 */ |
| | | orderNo?: string; |
| | | /** 退款订单号 */ |
| | | refundOrderNo?: string; |
| | | /** 充值金额 */ |
| | | rechargeAmount?: number; |
| | | /** 实际充值金额 */ |
| | |
| | | acoolyOrderNo?: string; |
| | | acoolyStatus?: ACOOLYStatusEnum; |
| | | lifePayRefundStatus?: LifePayRefundStatusEnum; |
| | | /** 实际到账金额 */ |
| | | actualReceivedAmount?: number; |
| | | actualReceivedStatus?: LifePayStatusEnum; |
| | | } |
| | | |
| | | interface LifePayOrderListOutputPageOutput { |
| | |
| | | phoneNumber: string; |
| | | } |
| | | |
| | | interface LifePayPhoneMesssageCodeLoginOutput { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 是否是后台用户 */ |
| | | isBackClientUser?: boolean; |
| | | /** 渠道号 */ |
| | | channlesNum?: string[]; |
| | | } |
| | | |
| | | interface LifePayPremiumInput { |
| | | premiumType?: LifePayTypeEnum; |
| | | rate?: number; |
| | |
| | | } |
| | | |
| | | type LifePayRateTypeEnum = 10 | 20 | 30 | 40; |
| | | |
| | | interface LifePayRechargeReceiptsListOutput { |
| | | /** 编号 */ |
| | | id?: string; |
| | | /** 业务订单号 */ |
| | | orderNo?: string; |
| | | /** 充值金额 */ |
| | | rechargeAmount?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 凭证 */ |
| | | voucher?: string; |
| | | /** 记账时间 */ |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface LifePayRechargeReceiptsListOutputLifePayRechargeReceiptsPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: LifePayRechargeReceiptsListOutput[]; |
| | | /** 累计充值 */ |
| | | totalRechargeAmount?: number; |
| | | } |
| | | |
| | | interface LifePayRechargeReceiptsPageInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |
| | | /** 查询条件 */ |
| | | keyWord?: string; |
| | | /** 记账开始时间 */ |
| | | creationTimeBegin?: string; |
| | | /** 记账结束时间 */ |
| | | creationTimeEnd?: string; |
| | | } |
| | | |
| | | interface LifePayRefundOrderOutput { |
| | | id?: string; |
| | |
| | | enums?: Record<string, any>; |
| | | } |
| | | |
| | | interface OnlineServiceInput { |
| | | /** 在线客服链接 */ |
| | | link?: string; |
| | | } |
| | | |
| | | interface OperateHistoryDto { |
| | | /** 关联关系ID */ |
| | | relationId?: string; |
| | |
| | | interface OrderInput { |
| | | property?: string; |
| | | order?: OrderTypeEnum; |
| | | } |
| | | |
| | | interface OrderInQuiryInput { |
| | | outTradeNo?: string; |
| | | } |
| | | |
| | | type OrderTypeEnum = 0 | 1; |
| | |
| | | beginFinishTime?: string; |
| | | /** 结束完成时间 */ |
| | | endFinishTime?: string; |
| | | /** 开始退款时间 */ |
| | | beginRefundTime?: string; |
| | | /** 结束退款时间 */ |
| | | endRefundTime?: string; |
| | | payStatus?: LifePayStatusEnum; |
| | | acoolyStatus?: ACOOLYStatusEnum; |
| | | lifePayOrderStatus?: LifePayOrderStatusEnum; |
| | | lifePayRefundStatus?: LifePayRefundStatusEnum; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 搜索关键词 */ |
| | |
| | | checkChannelId?: string; |
| | | /** 手机号/用户名 */ |
| | | queryCondition?: string; |
| | | /** 注册时间 */ |
| | | /** 注册开始时间 */ |
| | | creationTimeBegin?: string; |
| | | /** 注册结束时间 */ |
| | | creationTimeEnd?: string; |
| | | /** 登录开始时间 */ |
| | | loginTimeBegin?: string; |
| | | /** 登录结束时间 */ |
| | | loginTimeEnd?: string; |
| | | } |
| | | |
| | | interface RefundLifePayOrderInput { |
| | |
| | | lifePayRefundType?: LifePayRefundTypeEnum; |
| | | /** 退款金额 */ |
| | | refundPrice?: number; |
| | | } |
| | | |
| | | interface RefundRoyaltyResult { |
| | | refundAmount?: string; |
| | | royaltyType?: string; |
| | | resultCode?: string; |
| | | transOut?: string; |
| | | transOutEmail?: string; |
| | | transIn?: string; |
| | | transInEmail?: string; |
| | | } |
| | | |
| | | interface RefundUserLifePayOrderInput { |
| | |
| | | yesterdayActiveUsers?: number; |
| | | } |
| | | |
| | | interface TradeFundBill { |
| | | fundChannel?: string; |
| | | bankCode?: string; |
| | | amount?: string; |
| | | realAmount?: string; |
| | | fundType?: string; |
| | | } |
| | | |
| | | interface TradeSettleDetail { |
| | | operationType?: string; |
| | | operationSerial_no?: string; |
| | | operationDt?: string; |
| | | transOut?: string; |
| | | transIn?: string; |
| | | amount?: string; |
| | | } |
| | | |
| | | interface TradeSettleInfo { |
| | | tradeSettleDetailList?: TradeSettleDetail[]; |
| | | } |
| | | |
| | | interface TypeApiDescriptionModel { |
| | | baseType?: string; |
| | | isEnum?: boolean; |
| | |
| | | name?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 密码 */ |
| | | password?: string; |
| | | /** 账户 */ |
| | | userName?: string; |
| | |
| | | |
| | | interface UpdateFeaturesDto { |
| | | features?: UpdateFeatureDto[]; |
| | | } |
| | | |
| | | interface UpdateLifePayOrderInput { |
| | | id?: string; |
| | | /** 实际到账金额 */ |
| | | actualReceivedAmount?: number; |
| | | } |
| | | |
| | | interface UpdatePassWordInput { |
| | |
| | | creationTime?: string; |
| | | /** 退款时间 */ |
| | | refundTime?: string; |
| | | /** 退款申请时间 */ |
| | | refundApplyTime?: string; |
| | | /** 退款凭证 */ |
| | | refundCredentialsImgUrl?: string; |
| | | refundApplyRemark?: string; |