zhengyiming
2025-04-17 60b9c62a3165f304a933cbac304ac3d43a24f722
packages/services/api/typings.d.ts
@@ -15,6 +15,8 @@
    scope?: string;
  }
  type ACOOLYStatusEnum = 10 | 20 | 30 | 40 | 50 | 60;
  interface ActionApiDescriptionModel {
    uniqueName?: string;
    name?: string;
@@ -26,6 +28,19 @@
    returnValue?: ReturnValueApiDescriptionModel;
    allowAnonymous?: boolean;
    implementFrom?: string;
  }
  interface AddUpdatePayRechargeReceiptsInput {
    /** 编号 */
    id?: string;
    /** 业务订单号 */
    orderNo?: string;
    /** 充值金额 */
    rechargeAmount?: number;
    /** 备注 */
    remark?: string;
    /** 充值凭证 */
    voucher?: string;
  }
  interface AddUpdateUserAccountInput {
@@ -47,6 +62,75 @@
    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 {
@@ -152,6 +236,10 @@
    moduleId?: string;
  }
  interface APIgetBillErceiptExportParams {
    orderNo?: string;
  }
  interface APIgetCountParams {
    filter?: string;
  }
@@ -168,8 +256,20 @@
    moduleId?: string;
  }
  interface APIgetIntroInfoParams {
    type?: LifePayOrderTypeEnum;
  }
  interface APIgetLifePayChannlesDtoParams {
    id?: string;
  }
  interface APIgetLifePayOrderDetailParams {
    orderNo?: string;
  }
  interface APIgetLifePayRefundOrderDetailParams {
    orderNo?: string;
  }
  interface APIgetLifePayWxIndentityParams {
@@ -314,6 +414,14 @@
    id?: string;
  }
  interface APIwxPayDomesticRefundsQueryParams {
    outTradeNo?: string;
  }
  interface APIwxPayTradeQueryParams {
    outTradeNo?: string;
  }
  interface ApplicationApiDescriptionModel {
    modules?: Record<string, any>;
    types?: Record<string, any>;
@@ -381,6 +489,14 @@
    quickQuery?: string;
  }
  interface BackClientUserInfoOutput {
    /** 是否是后台用户 */
    isBackClientUser?: boolean;
    isSystem?: boolean;
    /** 渠道号 */
    channleList?: ChannelOutput[];
  }
  interface BaseAuthorizeDto {
    moduleType?: number;
    moduleId?: string;
@@ -408,9 +524,48 @@
    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;
    channlesId?: string;
    switchType?: LifePaySwitchTypeEnum;
  }
  interface ChannelRateOutput {
    channlesRate?: number;
  }
  interface ChannelsBaseInput {
    pageModel?: Pagination;
    checkChannelId?: string;
  }
  interface ChannlesRakeListOutPut {
    /** 30天佣金 */
    channlesRakeList?: ReceiptsDetail[];
  }
  interface CheckLoginVerificationCodeInput {
@@ -422,6 +577,10 @@
  interface ClockDto {
    kind?: string;
  }
  type ConsumptionFlowEnum = 10 | 20;
  type ConsumptionFrozenStatusEnum = 10 | 20;
  interface ControllerApiDescriptionModel {
    controllerName?: string;
@@ -440,11 +599,15 @@
    name?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 密码 */
    password?: string;
    /** 账户 */
    userName?: string;
    remark?: string;
    /** 角色 */
    roleNames?: string[];
    /** 渠道列表 */
    channlesId?: string[];
    /** 组织架构公司id */
    companyOrgId?: string;
    /** 组织架构部门id */
@@ -469,6 +632,7 @@
    channlesName?: string;
    channlesNum?: string;
    channlesRate?: number;
    channlesRakeRate?: number;
    switchType?: LifePaySwitchTypeEnum;
    status?: LifePayChannelsStatsEnum;
    channlesType?: LifePayChannlesTypeEnum;
@@ -603,6 +767,8 @@
    properties?: Record<string, any>;
    configuration?: Record<string, any>;
  }
  type ExpensesReceiptsTypeEnum = 10 | 20;
  interface ExtensionEnumDto {
    fields?: ExtensionEnumFieldDto[];
@@ -753,6 +919,12 @@
  interface GetFeatureListResultDto {
    groups?: FeatureGroupDto[];
  }
  interface GetOperateHistoryInput {
    pageModel?: Pagination;
    relationId?: string;
    operateName?: string;
  }
  interface GetPayOrderForJsAPIInput {
@@ -918,6 +1090,8 @@
    roleNames: string[];
  }
  type IntroInfoTypeEnum = 0 | 1 | 2 | 3 | 4;
  interface IStringValueType {
    name?: string;
    properties?: Record<string, any>;
@@ -960,6 +1134,8 @@
    city?: string;
    /** 客户身份证后6位,南网必传。 */
    sixID?: string;
    /** 户主姓名 */
    name?: string;
  }
  interface LifeElectricDataCreateLifePayOrderInput {
@@ -995,7 +1171,154 @@
  type LifePayChannelsStatsEnum = 10 | 20;
  interface LifePayChannlesRakeListOutput {
    /** 编号 */
    id?: string;
    /** 平台订单号 */
    orderNo?: string;
    /** 成交金额 */
    payAmount?: number;
    /** 渠道佣金比例 */
    channlesRakeRate?: number;
    /** 佣金 */
    channlesRakePrice?: number;
    /** 结算时间 */
    finishTime?: string;
    /** 下单时间 */
    creationTime?: string;
    /** 拓展属性 */
    extraProperties?: string;
    /** 下单渠道 */
    channelId?: string;
  }
  interface LifePayChannlesRakeListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: LifePayChannlesRakeListOutput[];
  }
  interface LifePayChannlesRakePageInput {
    pageModel?: Pagination;
    checkChannelId?: string;
    /** 查询条件 */
    keyWord?: string;
    /** 渠道号 */
    channelId?: string;
    /** 起始下单时间 */
    creationTimeBegin?: string;
    /** 结束下单时间 */
    creationTimeEnd?: string;
    /** 起始结算时间 */
    finishTimeBegin?: string;
    /** 终止结算时间 */
    finishTimeEnd?: 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 {
    /** 编号 */
    id?: string;
    /** 平台订单号 */
    orderNo?: string;
    /** 渠道流水号 */
    outOrderNo?: string;
    lifePayType?: LifePayTypeEnum;
    expensesReceiptsType?: ExpensesReceiptsTypeEnum;
    /** 交易金额 */
    amount?: number;
    /** 交易时间 */
    finishTime?: string;
  }
  interface LifePayExpensesReceiptsListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: LifePayExpensesReceiptsListOutput[];
  }
  interface LifePayExpensesReceiptsPageInput {
    pageModel?: Pagination;
    checkChannelId?: string;
    /** 查询条件 */
    keyWord?: string;
    lifePayType?: LifePayTypeEnum;
    expensesReceiptsType?: ExpensesReceiptsTypeEnum;
    /** 交易开始时间 */
    timeBegin?: string;
    /** 交易结束时间 */
    timeEnd?: string;
  }
  interface LifePayIntroInfoDetail {
    type?: IntroInfoTypeEnum;
    /** 摘要 */
    contentSummary?: string;
    /** 文本内容 */
    content?: string;
    /** 图片/视频路径 */
    path?: string;
    /** 排序 */
    sequence?: number;
  }
  interface LifePayIntroInfoInput {
    lifePayType?: LifePayOrderTypeEnum;
    /** 更新内容 */
    data?: LifePayIntroInfoDetail[];
  }
  interface LifePayIntroInfoOutput {
    type?: IntroInfoTypeEnum;
    lifePayType?: LifePayOrderTypeEnum;
    /** 摘要 */
    contentSummary?: string;
    /** 文本内容 */
    content?: string;
    /** 图片/视频路径 */
    path?: string;
    /** 排序 */
    sequence?: number;
  }
  interface LifePayOrderListOutput {
    id?: string;
@@ -1008,6 +1331,67 @@
    lifePayOrderType?: LifePayOrderTypeEnum;
    /** 订单号 */
    orderNo?: string;
    /** 退款订单号 */
    refundOrderNo?: string;
    /** 充值金额 */
    rechargeAmount?: number;
    /** 实际充值金额 */
    actualRechargeAmount?: number;
    /** 优惠金额 */
    discountAmount?: number;
    /** 实付金额 */
    payAmount?: number;
    /** 支付时间 */
    payTime?: string;
    /** 平台扣款金额 */
    platformDeductionAmount?: number;
    payStatus?: LifePayStatusEnum;
    /** 外部订单号 */
    outOrderNo?: string;
    lifePayOrderStatus?: LifePayOrderStatusEnum;
    /** 完成时间 */
    finishTime?: string;
    /** 退款凭证 */
    refundCredentialsImgUrl?: string;
    /** 退款金额 */
    refundPrice?: number;
    /** 下单时间 */
    creationTime?: string;
    /** 退款时间 */
    refundTime?: string;
    /** 申请退款原因 */
    refundApplyRemark?: string;
    /** 退款申请时间 */
    refundApplyTime?: string;
    /** 驳回原因 */
    refundCheckRemark?: string;
    /** 供应商订单号 */
    acoolyOrderNo?: string;
    acoolyStatus?: ACOOLYStatusEnum;
    lifePayRefundStatus?: LifePayRefundStatusEnum;
    /** 实际到账金额 */
    actualReceivedAmount?: number;
    actualReceivedStatus?: LifePayStatusEnum;
  }
  interface LifePayOrderListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: LifePayOrderListOutput[];
  }
  interface LifePayOrderOutput {
    id?: string;
    /** 用户账号 */
    userPhoneNumber?: string;
    userName?: string;
    lifePayChannle?: string;
    lifePayType?: LifePayTypeEnum;
    lifePayOrderType?: LifePayOrderTypeEnum;
    /** 退款订单号 */
    refundOrderNo?: string;
    /** 订单号 */
    orderNo?: string;
    /** 充值金额 */
    rechargeAmount?: number;
    /** 优惠金额 */
@@ -1017,29 +1401,55 @@
    /** 支付时间 */
    payTime?: string;
    payStatus?: LifePayStatusEnum;
    /** 外部订单号 */
    outOrderNo?: string;
    lifePayOrderStatus?: LifePayOrderStatusEnum;
    status?: LifePayOrderStatusEnum;
    /** 完成时间 */
    finishTime?: string;
    /** 退款凭证 */
    refundCredentialsImgUrl?: string;
    /** 外部订单号 */
    outOrderNo?: string;
    /** 订单详细数据 */
    orderParamDetailJsonStr?: string;
    /** 下单时间 */
    creationTime?: string;
    /** 退款时间 */
    refundTime?: string;
    /** 退款凭证 */
    refundCredentialsImgUrl?: string;
    /** 退款原因 */
    refundApplyRemark?: string;
    /** 驳回原因 */
    refundCheckRemark?: string;
    /** 渠道流水号 */
    acoolyOrderNo?: string;
    lifePayRefundStatus?: LifePayRefundStatusEnum;
    /** 实际充值金额 */
    actualRechargeAmount?: number;
    /** 实际到账金额 */
    actualReceivedAmount?: number;
    /** 退款金额 */
    refundPrice?: number;
    /** 平台折扣比例 */
    platformRate?: number;
    /** 平台扣款金额 */
    platformPrice?: number;
    /** 渠道折扣 */
    channleRate?: number;
    /** 渠道佣金比例 */
    channlesRakeRate?: number;
    /** 渠道佣金 */
    channlesRakePrice?: number;
    /** 手续费比例 */
    premiumRate?: number;
    /** 手续费 */
    premiumPrice?: number;
    /** 平台利润 */
    profit?: number;
    /** 回单地址 */
    elecBillUrl?: string;
    /** 退款回单地址 */
    refundElecBillUrl?: string;
  }
  interface LifePayOrderListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: LifePayOrderListOutput[];
  }
  type LifePayOrderStatusEnum = 10 | 20 | 30 | 40 | 50 | 60;
  type LifePayOrderStatusEnum = 10 | 20 | 30 | 40 | 50 | 60 | 70;
  type LifePayOrderTypeEnum = 10 | 20 | 30;
@@ -1048,6 +1458,27 @@
    checkChannelId?: string;
    /** 手机号 */
    phoneNumber: string;
  }
  interface LifePayPhoneMesssageCodeLoginOutput {
    /** 用户Id */
    userId?: string;
    /** 是否是后台用户 */
    isBackClientUser?: boolean;
    /** 渠道号 */
    channlesNum?: ChannelOutput[];
  }
  interface LifePayPremiumInput {
    premiumType?: LifePayTypeEnum;
    rate?: number;
    id?: string;
  }
  interface LifePayPremiumListOutput {
    premiumType?: LifePayTypeEnum;
    rate?: number;
    id?: string;
  }
  interface LifePayRateInput {
@@ -1064,11 +1495,107 @@
  type LifePayRateTypeEnum = 10 | 20 | 30 | 40;
  type LifePayStatusEnum = 10 | 20 | 30 | 40;
  interface LifePayRechargeReceiptsListOutput {
    /** 编号 */
    id?: string;
    /** 业务订单号 */
    orderNo?: string;
    /** 充值金额 */
    rechargeAmount?: number;
    /** 备注 */
    remark?: string;
    /** 凭证 */
    voucher?: string;
    /** 记账时间 */
    creationTime?: string;
  }
  interface LifePayRechargeReceiptsListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: LifePayRechargeReceiptsListOutput[];
  }
  interface LifePayRechargeReceiptsPageInput {
    pageModel?: Pagination;
    checkChannelId?: string;
    /** 查询条件 */
    keyWord?: string;
    /** 记账开始时间 */
    creationTimeBegin?: string;
    /** 记账结束时间 */
    creationTimeEnd?: string;
  }
  interface LifePayRefundOrderOutput {
    id?: string;
    /** 用户账号 */
    userPhoneNumber?: string;
    userName?: string;
    lifePayChannle?: string;
    lifePayType?: LifePayTypeEnum;
    lifePayOrderType?: LifePayOrderTypeEnum;
    /** 订单号 */
    orderNo?: string;
    /** 充值金额 */
    rechargeAmount?: number;
    /** 优惠金额 */
    discountAmount?: number;
    /** 实付金额 */
    payAmount?: number;
    /** 支付时间 */
    payTime?: string;
    payStatus?: LifePayStatusEnum;
    status?: LifePayOrderStatusEnum;
    /** 完成时间 */
    finishTime?: string;
    /** 外部订单号 */
    outOrderNo?: string;
    /** 下单时间 */
    creationTime?: string;
    /** 退款时间 */
    refundTime?: string;
    /** 退款凭证 */
    refundCredentialsImgUrl?: string;
    /** 退款申请原因 */
    refundApplyRemark?: string;
    /** 退款申请时间 */
    refundApplyTime?: string;
    /** 退款驳回原因 */
    refundCheckRemark?: string;
    /** 退款订单号 */
    refundOrderNo?: string;
    /** 渠道流水号 */
    acoolyOrderNo?: string;
    lifePayRefundStatus?: LifePayRefundStatusEnum;
    /** 实际充值金额 */
    actualRechargeAmount?: number;
    /** 实际到账金额 */
    actualReceivedAmount?: number;
    /** 退款金额 */
    refundPrice?: number;
    /** 回单地址 */
    elecBillUrl?: string;
    /** 退款回单地址 */
    refundElecBillUrl?: string;
  }
  type LifePayRefundStatusEnum = 0 | 10 | 20 | 30 | 40;
  type LifePayRefundTypeEnum = 10 | 20;
  type LifePayStatusEnum = 10 | 20 | 30 | 40 | 50;
  type LifePaySwitchTypeEnum = 10 | 20 | 30;
  type LifePayTypeEnum = 10 | 20;
  interface LifePayUserMesssageByIduserInput {
    pageModel?: Pagination;
    checkChannelId?: string;
    /** 用户编号 */
    id?: string;
  }
  interface LifePhoneData {
    /** 运营商编码,例如:"yidong", "dianxin", "liantong"。 */
@@ -1095,6 +1622,10 @@
    resource?: string;
  }
  interface LogErrorInput {
    error?: string;
  }
  interface MethodParameterApiDescriptionModel {
    name?: string;
    typeAsString?: string;
@@ -1112,6 +1643,12 @@
    timestamp?: string;
    timeExpire?: string;
    message?: string;
  }
  interface ModelWxPayDomesticRefundsAmount {
    refund?: number;
    total?: number;
    currency?: string;
  }
  interface ModuleApiDescriptionModel {
@@ -1209,9 +1746,70 @@
    enums?: Record<string, any>;
  }
  interface OnlineServiceInput {
    /** 在线客服链接 */
    link?: string;
  }
  interface OperateHistoryDto {
    /** 关联关系ID */
    relationId?: string;
    /** 表名 */
    tableType?: number;
    /** 操作 */
    operateName?: string;
    /** 操作内容 */
    operateContent?: string;
    /** 操作人 */
    creatorName?: string;
    /** 操作时间 */
    creationTime?: string;
    /** 操作细节 */
    operateDetail?: string;
  }
  interface OperateHistoryDtoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: OperateHistoryDto[];
  }
  type OperateHistoryTypeEnum =
    | 10
    | 11
    | 12
    | 13
    | 14
    | 15
    | 16
    | 17
    | 18
    | 19
    | 20
    | 21
    | 22
    | 23
    | 24
    | 25
    | 26
    | 27
    | 28
    | 29
    | 30
    | 31
    | 32
    | 40
    | 42
    | 43;
  interface OrderInput {
    property?: string;
    order?: OrderTypeEnum;
  }
  interface OrderInQuiryInput {
    outTradeNo?: string;
    outRefundNo?: string;
  }
  type OrderTypeEnum = 0 | 1;
@@ -1324,6 +1922,10 @@
    providerKey?: string;
  }
  interface QueryLifePayChannlesInput {
    status?: LifePayChannelsStatsEnum;
  }
  interface QueryLifePayOrderListInput {
    pageModel?: Pagination;
    checkChannelId?: string;
@@ -1334,6 +1936,7 @@
    /** 结束支付时间 */
    endPayTime?: string;
    payStatus?: LifePayStatusEnum;
    acoolyStatus?: ACOOLYStatusEnum;
    lifePayOrderStatus?: LifePayOrderStatusEnum;
    /** 开始完成时间 */
    beginFinishTime?: string;
@@ -1343,6 +1946,39 @@
    userId?: string;
    /** 搜索关键词 */
    keyWords?: string;
  }
  interface QueryLifePayRefundOrderListInput {
    pageModel?: Pagination;
    checkChannelId?: string;
    lifePayOrderType?: LifePayOrderTypeEnum;
    lifePayType?: LifePayTypeEnum;
    /** 开始申请退款时间 */
    beginRefundApplyTime?: string;
    /** 结束申请退款时间 */
    endRefundApplyTime?: string;
    /** 开始完成时间 */
    beginFinishTime?: string;
    /** 结束完成时间 */
    endFinishTime?: string;
    /** 开始退款时间 */
    beginRefundTime?: string;
    /** 结束退款时间 */
    endRefundTime?: string;
    payStatus?: LifePayStatusEnum;
    acoolyStatus?: ACOOLYStatusEnum;
    lifePayOrderStatus?: LifePayOrderStatusEnum;
    lifePayRefundStatus?: LifePayRefundStatusEnum;
    /** 用户Id */
    userId?: string;
    /** 搜索关键词 */
    keyWords?: string;
  }
  interface QueryOperateHistoryByTypeInput {
    pageModel?: Pagination;
    typeId?: string;
    operateHistoryType?: OperateHistoryTypeEnum;
  }
  interface QueryUserAccountAllListInput {
@@ -1361,10 +1997,54 @@
    lifePayOrderType?: LifePayOrderTypeEnum;
  }
  interface QueryUserPageInput {
    pageModel?: Pagination;
    checkChannelId?: string;
    /** 手机号/用户名 */
    queryCondition?: string;
    /** 注册开始时间 */
    creationTimeBegin?: string;
    /** 注册结束时间 */
    creationTimeEnd?: string;
    /** 登录开始时间 */
    loginTimeBegin?: string;
    /** 登录结束时间 */
    loginTimeEnd?: string;
  }
  interface ReceiptsDetail {
    /** 创建时间 */
    creationTime?: string;
    /** 金额 */
    amount?: number;
  }
  interface ReceiptsListOutPut {
    /** 30天收款 */
    receiveList?: ReceiptsDetail[];
    /** 30天收入 */
    incomeList?: ReceiptsDetail[];
  }
  interface RefundLifePayOrderInput {
    id?: string;
    /** 上传凭证 */
    refundCredentialsImgUrl?: string;
    /** 退款驳回原因 */
    refundCheckRemark?: string;
    lifePayRefundType?: LifePayRefundTypeEnum;
    /** 退款金额 */
    refundPrice?: number;
  }
  interface RefundRoyaltyResult {
    refundAmount?: string;
    royaltyType?: string;
    resultCode?: string;
    transOut?: string;
    transOutEmail?: string;
    transIn?: string;
    transInEmail?: string;
  }
  interface RefundUserLifePayOrderInput {
@@ -1400,6 +2080,11 @@
  interface RemoteServiceValidationErrorInfo {
    message?: string;
    members?: string[];
  }
  interface ResetPasswordBaseInput {
    userId?: string;
    password?: string;
  }
  interface ResetPasswordDto {
@@ -1536,6 +2221,56 @@
    timeZone?: TimeZone;
  }
  interface TopStatisticsInput {
    channleList?: string[];
  }
  interface TopStatisticsOutput {
    /** 创建时间 */
    creationTime?: string;
    /** 账户余额 */
    amount?: number;
    /** 累计收款 */
    accumulatedReceipts?: number;
    /** 昨日收款 */
    receiptsYesterday?: number;
    /** 累计收入 */
    accumulatedIncome?: number;
    /** 累计下单 */
    accumulatedOrders?: number;
    /** 昨日下单 */
    ordersNumYesterday?: number;
    /** 昨日成功 */
    yesterdaySuccess?: number;
    /** 昨日失败 */
    yesterdayFail?: number;
    /** 累计用户 */
    accumulatedUsers?: number;
    /** 昨日活跃用户 */
    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;
@@ -1550,11 +2285,15 @@
    name?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 密码 */
    password?: string;
    /** 账户 */
    userName?: string;
    remark?: string;
    /** 角色 */
    roleNames?: string[];
    /** 渠道列表 */
    channlesId?: string[];
    /** 组织架构公司id */
    companyOrgId?: string;
    /** 组织架构部门id */
@@ -1570,6 +2309,12 @@
  interface UpdateFeaturesDto {
    features?: UpdateFeatureDto[];
  }
  interface UpdateLifePayOrderInput {
    id?: string;
    /** 实际到账金额 */
    actualReceivedAmount?: number;
  }
  interface UpdatePassWordInput {
@@ -1627,6 +2372,15 @@
    data?: UserAccountOutput[];
  }
  interface UserChannleDto {
    /** 渠道Id */
    id?: string;
    /** 渠道num */
    channlesNum?: string;
    /** 渠道名 */
    name?: string;
  }
  interface UserData {
    id?: string;
    tenantId?: string;
@@ -1662,6 +2416,8 @@
    isLocked?: boolean;
    /** 角色信息 */
    roles?: RoleDto[];
    /** 角色信息 */
    channles?: UserChannleDto[];
    /** 备注 */
    remark?: string;
    /** 组织架构公司id */
@@ -1700,12 +2456,16 @@
    creationTime?: string;
    /** 退款时间 */
    refundTime?: string;
    /** 退款申请时间 */
    refundApplyTime?: string;
    /** 退款凭证 */
    refundCredentialsImgUrl?: string;
    refundApplyRemark?: string;
    refundCheckRemark?: string;
    /** 渠道流水号 */
    acoolyOrderNo?: string;
    lifePayRefundStatus?: LifePayRefundStatusEnum;
    acoolyStatus?: ACOOLYStatusEnum;
  }
  interface UserLifePayOrderOutputPageOutput {
@@ -1730,6 +2490,12 @@
    id?: string;
    /** 用户手机号 */
    phoneNumber?: string;
    /** 姓名 */
    name?: string;
    /** 最后登录渠道 */
    creationChannle?: string;
    /** 最后登录渠道 */
    lastLoginChannle?: string;
    lastLoginTime?: string;
    creationTime?: string;
  }
@@ -1792,6 +2558,34 @@
    unionId?: string;
  }
  interface WxPayDomesticRefundsQueryReponse {
    code?: string;
    message?: string;
    refundId?: string;
    refundStatus?: string;
    downloadUrl?: string;
    transactionId?: string;
    outTradeNo?: string;
    channel?: string;
    userReceivedAccount?: string;
    successTime?: string;
    createTime?: string;
    status?: string;
    amount?: ModelWxPayDomesticRefundsAmount;
  }
  interface WxPayTradeQueryReponse {
    code?: string;
    message?: string;
    outTradeNo?: string;
    transactionId?: string;
    tradeType?: string;
    tradeState?: string;
    tradeStateDesc?: string;
    successTime?: string;
    amount?: ModelWxPayDomesticRefundsAmount;
  }
  interface WxRechargeNotifyInput {
    id: string;
    createTime: string;