mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-03 19:16:21 +00:00
break 不兼容更新, 包名迁移到.cn.daxpay.single
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.admin;
|
||||
package cn.daxpay.single.admin;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller;
|
||||
package cn.daxpay.single.admin.controller;
|
||||
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
@@ -1,16 +1,16 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.allocation;
|
||||
package cn.daxpay.single.admin.controller.allocation;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.common.core.util.ValidationUtil;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.allocation.service.AllocationGroupService;
|
||||
import cn.bootx.platform.daxpay.service.dto.allocation.AllocationGroupDto;
|
||||
import cn.bootx.platform.daxpay.service.dto.allocation.AllocationGroupReceiverResult;
|
||||
import cn.bootx.platform.daxpay.service.param.allocation.group.AllocationGroupBindParam;
|
||||
import cn.bootx.platform.daxpay.service.param.allocation.group.AllocationGroupParam;
|
||||
import cn.bootx.platform.daxpay.service.param.allocation.group.AllocationGroupUnbindParam;
|
||||
import cn.daxpay.single.service.core.payment.allocation.service.AllocationGroupService;
|
||||
import cn.daxpay.single.service.dto.allocation.AllocationGroupDto;
|
||||
import cn.daxpay.single.service.dto.allocation.AllocationGroupReceiverResult;
|
||||
import cn.daxpay.single.service.param.allocation.group.AllocationGroupBindParam;
|
||||
import cn.daxpay.single.service.param.allocation.group.AllocationGroupParam;
|
||||
import cn.daxpay.single.service.param.allocation.group.AllocationGroupUnbindParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,18 +1,18 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.allocation;
|
||||
package cn.daxpay.single.admin.controller.allocation;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.dto.LabelValue;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.allocation.AllocationSyncParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.allocation.AllocationFinishParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.allocation.AllocationResetParam;
|
||||
import cn.bootx.platform.daxpay.service.core.order.allocation.service.AllocationOrderService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.allocation.service.AllocationService;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.allocation.AllocationOrderDetailDto;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.allocation.AllocationOrderDto;
|
||||
import cn.bootx.platform.daxpay.service.param.order.AllocationOrderQuery;
|
||||
import cn.daxpay.single.param.payment.allocation.AllocationSyncParam;
|
||||
import cn.daxpay.single.param.payment.allocation.AllocationFinishParam;
|
||||
import cn.daxpay.single.param.payment.allocation.AllocationResetParam;
|
||||
import cn.daxpay.single.service.core.order.allocation.service.AllocationOrderService;
|
||||
import cn.daxpay.single.service.core.payment.allocation.service.AllocationService;
|
||||
import cn.daxpay.single.service.dto.order.allocation.AllocationOrderDetailDto;
|
||||
import cn.daxpay.single.service.dto.order.allocation.AllocationOrderDto;
|
||||
import cn.daxpay.single.service.param.order.AllocationOrderQuery;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,14 +1,14 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.allocation;
|
||||
package cn.daxpay.single.admin.controller.allocation;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.dto.LabelValue;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.allocation.service.AllocationReceiverService;
|
||||
import cn.bootx.platform.daxpay.service.dto.allocation.AllocationReceiverDto;
|
||||
import cn.bootx.platform.daxpay.service.param.allocation.group.AllocationReceiverParam;
|
||||
import cn.bootx.platform.daxpay.service.param.allocation.group.AllocationReceiverQuery;
|
||||
import cn.daxpay.single.service.core.payment.allocation.service.AllocationReceiverService;
|
||||
import cn.daxpay.single.service.dto.allocation.AllocationReceiverDto;
|
||||
import cn.daxpay.single.service.param.allocation.group.AllocationReceiverParam;
|
||||
import cn.daxpay.single.service.param.allocation.group.AllocationReceiverQuery;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,11 +1,11 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.channel;
|
||||
package cn.daxpay.single.admin.controller.channel;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.dto.LabelValue;
|
||||
import cn.bootx.platform.daxpay.service.core.channel.alipay.service.AliPayConfigService;
|
||||
import cn.bootx.platform.daxpay.service.dto.channel.alipay.AliPayConfigDto;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.alipay.AliPayConfigParam;
|
||||
import cn.daxpay.single.service.core.channel.alipay.service.AliPayConfigService;
|
||||
import cn.daxpay.single.service.dto.channel.alipay.AliPayConfigDto;
|
||||
import cn.daxpay.single.service.param.channel.alipay.AliPayConfigParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.AllArgsConstructor;
|
@@ -1,11 +1,11 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.channel;
|
||||
package cn.daxpay.single.admin.controller.channel;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.dto.LabelValue;
|
||||
import cn.bootx.platform.daxpay.service.core.channel.union.service.UnionPayConfigService;
|
||||
import cn.bootx.platform.daxpay.service.dto.channel.union.UnionPayConfigDto;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.union.UnionPayConfigParam;
|
||||
import cn.daxpay.single.service.core.channel.union.service.UnionPayConfigService;
|
||||
import cn.daxpay.single.service.dto.channel.union.UnionPayConfigDto;
|
||||
import cn.daxpay.single.service.param.channel.union.UnionPayConfigParam;
|
||||
import cn.hutool.core.codec.Base64;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
@@ -1,11 +1,11 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.channel;
|
||||
package cn.daxpay.single.admin.controller.channel;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.dto.LabelValue;
|
||||
import cn.bootx.platform.daxpay.service.core.channel.wallet.service.WalletConfigService;
|
||||
import cn.bootx.platform.daxpay.service.dto.channel.wallet.WalletConfigDto;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.wechat.WalletConfigParam;
|
||||
import cn.daxpay.single.service.core.channel.wallet.service.WalletConfigService;
|
||||
import cn.daxpay.single.service.dto.channel.wallet.WalletConfigDto;
|
||||
import cn.daxpay.single.service.param.channel.wechat.WalletConfigParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,17 +1,17 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.channel;
|
||||
package cn.daxpay.single.admin.controller.channel;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.common.core.util.ValidationUtil;
|
||||
import cn.bootx.platform.daxpay.service.core.channel.wallet.service.WalletQueryService;
|
||||
import cn.bootx.platform.daxpay.service.core.channel.wallet.service.WalletService;
|
||||
import cn.bootx.platform.daxpay.service.dto.channel.wallet.WalletDto;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.wallet.CreateWalletParam;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.wallet.WalletQuery;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.wallet.WalletRechargeParam;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.wallet.WalleteeDductParam;
|
||||
import cn.daxpay.single.service.core.channel.wallet.service.WalletQueryService;
|
||||
import cn.daxpay.single.service.core.channel.wallet.service.WalletService;
|
||||
import cn.daxpay.single.service.dto.channel.wallet.WalletDto;
|
||||
import cn.daxpay.single.service.param.channel.wallet.CreateWalletParam;
|
||||
import cn.daxpay.single.service.param.channel.wallet.WalletQuery;
|
||||
import cn.daxpay.single.service.param.channel.wallet.WalletRechargeParam;
|
||||
import cn.daxpay.single.service.param.channel.wallet.WalleteeDductParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,11 +1,11 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.channel;
|
||||
package cn.daxpay.single.admin.controller.channel;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.dto.LabelValue;
|
||||
import cn.bootx.platform.daxpay.service.core.channel.wechat.service.WeChatPayConfigService;
|
||||
import cn.bootx.platform.daxpay.service.dto.channel.wechat.WeChatPayConfigDto;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.wechat.WeChatPayConfigParam;
|
||||
import cn.daxpay.single.service.core.channel.wechat.service.WeChatPayConfigService;
|
||||
import cn.daxpay.single.service.dto.channel.wechat.WeChatPayConfigDto;
|
||||
import cn.daxpay.single.service.param.channel.wechat.WeChatPayConfigParam;
|
||||
import cn.hutool.core.codec.Base64;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
@@ -1,25 +1,25 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.order;
|
||||
package cn.daxpay.single.admin.controller.order;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.DataNotExistException;
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.allocation.AllocationStartParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.pay.PayCloseParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.pay.PaySyncParam;
|
||||
import cn.bootx.platform.daxpay.result.pay.SyncResult;
|
||||
import cn.bootx.platform.daxpay.service.core.order.pay.entity.PayOrder;
|
||||
import cn.bootx.platform.daxpay.service.core.order.pay.service.PayOrderExtraService;
|
||||
import cn.bootx.platform.daxpay.service.core.order.pay.service.PayOrderQueryService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.allocation.service.AllocationService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.close.service.PayCloseService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.sync.service.PaySyncService;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.pay.PayOrderDetailDto;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.pay.PayOrderDto;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.pay.PayOrderExtraDto;
|
||||
import cn.bootx.platform.daxpay.service.param.order.PayOrderQuery;
|
||||
import cn.bootx.platform.daxpay.util.OrderNoGenerateUtil;
|
||||
import cn.daxpay.single.param.payment.allocation.AllocationStartParam;
|
||||
import cn.daxpay.single.param.payment.pay.PayCloseParam;
|
||||
import cn.daxpay.single.param.payment.pay.PaySyncParam;
|
||||
import cn.daxpay.single.result.pay.SyncResult;
|
||||
import cn.daxpay.single.service.core.order.pay.entity.PayOrder;
|
||||
import cn.daxpay.single.service.core.order.pay.service.PayOrderExtraService;
|
||||
import cn.daxpay.single.service.core.order.pay.service.PayOrderQueryService;
|
||||
import cn.daxpay.single.service.core.payment.allocation.service.AllocationService;
|
||||
import cn.daxpay.single.service.core.payment.close.service.PayCloseService;
|
||||
import cn.daxpay.single.service.core.payment.sync.service.PaySyncService;
|
||||
import cn.daxpay.single.service.dto.order.pay.PayOrderDetailDto;
|
||||
import cn.daxpay.single.service.dto.order.pay.PayOrderDto;
|
||||
import cn.daxpay.single.service.dto.order.pay.PayOrderExtraDto;
|
||||
import cn.daxpay.single.service.param.order.PayOrderQuery;
|
||||
import cn.daxpay.single.util.OrderNoGenerateUtil;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,17 +1,17 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.order;
|
||||
package cn.daxpay.single.admin.controller.order;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.common.core.util.ValidationUtil;
|
||||
import cn.bootx.platform.daxpay.service.core.order.reconcile.service.ReconcileDiffService;
|
||||
import cn.bootx.platform.daxpay.service.core.order.reconcile.service.ReconcileQueryService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.reconcile.service.ReconcileService;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.reconcile.ReconcileTradeDetailDto;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.reconcile.ReconcileDiffDto;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.reconcile.ReconcileOrderDto;
|
||||
import cn.bootx.platform.daxpay.service.param.reconcile.*;
|
||||
import cn.daxpay.single.service.core.order.reconcile.service.ReconcileDiffService;
|
||||
import cn.daxpay.single.service.core.order.reconcile.service.ReconcileQueryService;
|
||||
import cn.daxpay.single.service.core.payment.reconcile.service.ReconcileService;
|
||||
import cn.daxpay.single.service.dto.order.reconcile.ReconcileTradeDetailDto;
|
||||
import cn.daxpay.single.service.dto.order.reconcile.ReconcileDiffDto;
|
||||
import cn.daxpay.single.service.dto.order.reconcile.ReconcileOrderDto;
|
||||
import cn.daxpay.single.service.param.reconcile.*;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,20 +1,20 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.order;
|
||||
package cn.daxpay.single.admin.controller.order;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.refund.RefundSyncParam;
|
||||
import cn.bootx.platform.daxpay.result.pay.SyncResult;
|
||||
import cn.bootx.platform.daxpay.service.core.order.refund.service.RefundOrderQueryService;
|
||||
import cn.bootx.platform.daxpay.service.core.order.refund.service.RefundOrderService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.sync.service.RefundSyncService;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.refund.RefundOrderDetailDto;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.refund.RefundOrderDto;
|
||||
import cn.bootx.platform.daxpay.service.dto.order.refund.RefundOrderExtraDto;
|
||||
import cn.bootx.platform.daxpay.service.param.order.PayOrderQuery;
|
||||
import cn.bootx.platform.daxpay.service.param.order.PayOrderRefundParam;
|
||||
import cn.bootx.platform.daxpay.service.param.order.RefundOrderQuery;
|
||||
import cn.daxpay.single.param.payment.refund.RefundSyncParam;
|
||||
import cn.daxpay.single.result.pay.SyncResult;
|
||||
import cn.daxpay.single.service.core.order.refund.service.RefundOrderQueryService;
|
||||
import cn.daxpay.single.service.core.order.refund.service.RefundOrderService;
|
||||
import cn.daxpay.single.service.core.payment.sync.service.RefundSyncService;
|
||||
import cn.daxpay.single.service.dto.order.refund.RefundOrderDetailDto;
|
||||
import cn.daxpay.single.service.dto.order.refund.RefundOrderDto;
|
||||
import cn.daxpay.single.service.dto.order.refund.RefundOrderExtraDto;
|
||||
import cn.daxpay.single.service.param.order.PayOrderQuery;
|
||||
import cn.daxpay.single.service.param.order.PayOrderRefundParam;
|
||||
import cn.daxpay.single.service.param.order.RefundOrderQuery;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,12 +1,12 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.record;
|
||||
package cn.daxpay.single.admin.controller.record;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.daxpay.service.core.record.callback.service.PayCallbackRecordService;
|
||||
import cn.bootx.platform.daxpay.service.dto.record.callback.PayCallbackRecordDto;
|
||||
import cn.bootx.platform.daxpay.service.param.record.PayCallbackRecordQuery;
|
||||
import cn.daxpay.single.service.core.record.callback.service.PayCallbackRecordService;
|
||||
import cn.daxpay.single.service.dto.record.callback.PayCallbackRecordDto;
|
||||
import cn.daxpay.single.service.param.record.PayCallbackRecordQuery;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,12 +1,12 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.record;
|
||||
package cn.daxpay.single.admin.controller.record;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.daxpay.service.core.record.close.service.PayCloseRecordService;
|
||||
import cn.bootx.platform.daxpay.service.dto.record.close.PayCloseRecordDto;
|
||||
import cn.bootx.platform.daxpay.service.param.record.PayCloseRecordQuery;
|
||||
import cn.daxpay.single.service.core.record.close.service.PayCloseRecordService;
|
||||
import cn.daxpay.single.service.dto.record.close.PayCloseRecordDto;
|
||||
import cn.daxpay.single.service.param.record.PayCloseRecordQuery;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,12 +1,12 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.record;
|
||||
package cn.daxpay.single.admin.controller.record;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.daxpay.service.core.record.repair.service.PayRepairRecordService;
|
||||
import cn.bootx.platform.daxpay.service.dto.record.repair.PayRepairRecordDto;
|
||||
import cn.bootx.platform.daxpay.service.param.record.PayRepairRecordQuery;
|
||||
import cn.daxpay.single.service.core.record.repair.service.PayRepairRecordService;
|
||||
import cn.daxpay.single.service.dto.record.repair.PayRepairRecordDto;
|
||||
import cn.daxpay.single.service.param.record.PayRepairRecordQuery;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,12 +1,12 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.record;
|
||||
package cn.daxpay.single.admin.controller.record;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.daxpay.service.core.record.sync.service.PaySyncRecordService;
|
||||
import cn.bootx.platform.daxpay.service.dto.record.sync.PaySyncRecordDto;
|
||||
import cn.bootx.platform.daxpay.service.param.record.PaySyncRecordQuery;
|
||||
import cn.daxpay.single.service.core.record.sync.service.PaySyncRecordService;
|
||||
import cn.daxpay.single.service.dto.record.sync.PaySyncRecordDto;
|
||||
import cn.daxpay.single.service.param.record.PaySyncRecordQuery;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,12 +1,12 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.report;
|
||||
package cn.daxpay.single.admin.controller.report;
|
||||
|
||||
import cn.bootx.platform.common.core.annotation.IgnoreAuth;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.util.ValidationUtil;
|
||||
import cn.bootx.platform.daxpay.service.core.report.service.CockpitReportService;
|
||||
import cn.bootx.platform.daxpay.service.dto.report.ChannelLineReport;
|
||||
import cn.bootx.platform.daxpay.service.param.report.CockpitReportQuery;
|
||||
import cn.daxpay.single.service.core.report.service.CockpitReportService;
|
||||
import cn.daxpay.single.service.dto.report.ChannelLineReport;
|
||||
import cn.daxpay.single.service.param.report.CockpitReportQuery;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,10 +1,10 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.system;
|
||||
package cn.daxpay.single.admin.controller.system;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.daxpay.service.core.system.config.service.PayApiConfigService;
|
||||
import cn.bootx.platform.daxpay.service.dto.system.config.PayApiConfigDto;
|
||||
import cn.bootx.platform.daxpay.service.param.system.config.PayApiConfigParam;
|
||||
import cn.daxpay.single.service.core.system.config.service.PayApiConfigService;
|
||||
import cn.daxpay.single.service.dto.system.config.PayApiConfigDto;
|
||||
import cn.daxpay.single.service.param.system.config.PayApiConfigParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,10 +1,10 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.system;
|
||||
package cn.daxpay.single.admin.controller.system;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.daxpay.service.core.system.config.service.PayChannelConfigService;
|
||||
import cn.bootx.platform.daxpay.service.dto.system.config.PayChannelConfigDto;
|
||||
import cn.bootx.platform.daxpay.service.param.system.payinfo.PayChannelInfoParam;
|
||||
import cn.daxpay.single.service.core.system.config.service.PayChannelConfigService;
|
||||
import cn.daxpay.single.service.dto.system.config.PayChannelConfigDto;
|
||||
import cn.daxpay.single.service.param.system.payinfo.PayChannelInfoParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,10 +1,10 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.system;
|
||||
package cn.daxpay.single.admin.controller.system;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.daxpay.service.core.system.payinfo.service.PayMethodInfoService;
|
||||
import cn.bootx.platform.daxpay.service.dto.system.payinfo.PayMethodInfoDto;
|
||||
import cn.bootx.platform.daxpay.service.param.system.payinfo.PayWayInfoParam;
|
||||
import cn.daxpay.single.service.core.system.payinfo.service.PayMethodInfoService;
|
||||
import cn.daxpay.single.service.dto.system.payinfo.PayMethodInfoDto;
|
||||
import cn.daxpay.single.service.param.system.payinfo.PayWayInfoParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,10 +1,10 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.system;
|
||||
package cn.daxpay.single.admin.controller.system;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.daxpay.service.core.system.config.service.PlatformConfigService;
|
||||
import cn.bootx.platform.daxpay.service.dto.system.config.PlatformConfigDto;
|
||||
import cn.bootx.platform.daxpay.service.param.system.config.PlatformConfigParam;
|
||||
import cn.daxpay.single.service.core.system.config.service.PlatformConfigService;
|
||||
import cn.daxpay.single.service.dto.system.config.PlatformConfigDto;
|
||||
import cn.daxpay.single.service.param.system.config.PlatformConfigParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,10 +1,10 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.system;
|
||||
package cn.daxpay.single.admin.controller.system;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.daxpay.service.core.system.config.service.WechatNoticeConfigService;
|
||||
import cn.bootx.platform.daxpay.service.dto.system.config.WechatNoticeConfigDto;
|
||||
import cn.bootx.platform.daxpay.service.param.system.config.WechatNoticeConfigParam;
|
||||
import cn.daxpay.single.service.core.system.config.service.WechatNoticeConfigService;
|
||||
import cn.daxpay.single.service.dto.system.config.WechatNoticeConfigDto;
|
||||
import cn.daxpay.single.service.param.system.config.WechatNoticeConfigParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,14 +1,14 @@
|
||||
package cn.bootx.platform.daxpay.admin.controller.task;
|
||||
package cn.daxpay.single.admin.controller.task;
|
||||
|
||||
import cn.bootx.platform.common.core.rest.PageResult;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.common.core.rest.param.PageParam;
|
||||
import cn.bootx.platform.daxpay.service.core.task.notice.service.ClientNoticeTaskService;
|
||||
import cn.bootx.platform.daxpay.service.dto.record.notice.ClientNoticeRecordDto;
|
||||
import cn.bootx.platform.daxpay.service.dto.record.notice.ClientNoticeTaskDto;
|
||||
import cn.bootx.platform.daxpay.service.param.record.ClientNoticeRecordQuery;
|
||||
import cn.bootx.platform.daxpay.service.param.record.ClientNoticeTaskQuery;
|
||||
import cn.daxpay.single.service.core.task.notice.service.ClientNoticeTaskService;
|
||||
import cn.daxpay.single.service.dto.record.notice.ClientNoticeRecordDto;
|
||||
import cn.daxpay.single.service.dto.record.notice.ClientNoticeTaskDto;
|
||||
import cn.daxpay.single.service.param.record.ClientNoticeRecordQuery;
|
||||
import cn.daxpay.single.service.param.record.ClientNoticeTaskQuery;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1 +1 @@
|
||||
cn.bootx.platform.daxpay.admin.DaxPaySingleAdminApp
|
||||
cn.daxpay.single.admin.DaxPaySingleAdminApp
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
/**
|
||||
* 支付系统相关常量
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
/**
|
||||
* 错误码
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import cn.bootx.platform.daxpay.exception.pay.PayFailureException;
|
||||
import cn.daxpay.single.exception.pay.PayFailureException;
|
||||
import lombok.Getter;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import cn.bootx.platform.daxpay.exception.pay.PayFailureException;
|
||||
import cn.daxpay.single.exception.pay.PayFailureException;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.DataNotExistException;
|
||||
import lombok.Getter;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import cn.bootx.platform.daxpay.exception.pay.PayFailureException;
|
||||
import cn.daxpay.single.exception.pay.PayFailureException;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
/**
|
||||
* 支付接口编码清单
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.DataNotExistException;
|
||||
import lombok.AllArgsConstructor;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.DataNotExistException;
|
||||
import lombok.AllArgsConstructor;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.code;
|
||||
package cn.daxpay.single.code;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.entity;
|
||||
package cn.daxpay.single.entity;
|
||||
|
||||
import cn.bootx.platform.daxpay.code.PayChannelEnum;
|
||||
import cn.daxpay.single.code.PayChannelEnum;
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.pay;
|
||||
package cn.daxpay.single.exception.pay;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.FatalException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 异常金额
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.pay;
|
||||
package cn.daxpay.single.exception.pay;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.BizException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 支付错误
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.pay;
|
||||
package cn.daxpay.single.exception.pay;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.BizException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 付款已存在
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.pay;
|
||||
package cn.daxpay.single.exception.pay;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.BizException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 付款正在处理中
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.pay;
|
||||
package cn.daxpay.single.exception.pay;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.BizException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 付款记录不存在
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.pay;
|
||||
package cn.daxpay.single.exception.pay;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.FatalException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 付款方式不支持异常
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.waller;
|
||||
package cn.daxpay.single.exception.waller;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.BizException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 钱包被禁用
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.waller;
|
||||
package cn.daxpay.single.exception.waller;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.FatalException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 钱包信息不存在
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.waller;
|
||||
package cn.daxpay.single.exception.waller;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.BizException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 余额不足异常
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.waller;
|
||||
package cn.daxpay.single.exception.waller;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.FatalException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 钱包日志错误
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.exception.waller;
|
||||
package cn.daxpay.single.exception.waller;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.BizException;
|
||||
import cn.bootx.platform.daxpay.code.DaxPayErrorCode;
|
||||
import cn.daxpay.single.code.DaxPayErrorCode;
|
||||
|
||||
/**
|
||||
* 钱包不存在
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.param;
|
||||
package cn.daxpay.single.param;
|
||||
|
||||
/**
|
||||
* 通道支付参数标识接口
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param;
|
||||
package cn.daxpay.single.param;
|
||||
|
||||
import cn.bootx.platform.daxpay.serializer.TimestampToLocalDateTimeDeserializer;
|
||||
import cn.daxpay.single.serializer.TimestampToLocalDateTimeDeserializer;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.assist;
|
||||
package cn.daxpay.single.param.assist;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.assist;
|
||||
package cn.daxpay.single.param.assist;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.channel;
|
||||
package cn.daxpay.single.param.channel;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.ChannelParam;
|
||||
import cn.daxpay.single.param.ChannelParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.param.channel;
|
||||
package cn.daxpay.single.param.channel;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.channel;
|
||||
package cn.daxpay.single.param.channel;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.ChannelParam;
|
||||
import cn.daxpay.single.param.ChannelParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.channel;
|
||||
package cn.daxpay.single.param.channel;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.ChannelParam;
|
||||
import cn.daxpay.single.param.ChannelParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.allocation;
|
||||
package cn.daxpay.single.param.payment.allocation;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.allocation;
|
||||
package cn.daxpay.single.param.payment.allocation;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.allocation;
|
||||
package cn.daxpay.single.param.payment.allocation;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.allocation;
|
||||
package cn.daxpay.single.param.payment.allocation;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.allocation;
|
||||
package cn.daxpay.single.param.payment.allocation;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.pay;
|
||||
package cn.daxpay.single.param.payment.pay;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.pay;
|
||||
package cn.daxpay.single.param.payment.pay;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,12 +1,12 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.pay;
|
||||
package cn.daxpay.single.param.payment.pay;
|
||||
|
||||
import cn.bootx.platform.daxpay.code.PayChannelEnum;
|
||||
import cn.bootx.platform.daxpay.code.PayMethodEnum;
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.bootx.platform.daxpay.param.channel.AliPayParam;
|
||||
import cn.bootx.platform.daxpay.param.channel.WalletPayParam;
|
||||
import cn.bootx.platform.daxpay.param.channel.WeChatPayParam;
|
||||
import cn.bootx.platform.daxpay.serializer.TimestampToLocalDateTimeDeserializer;
|
||||
import cn.daxpay.single.code.PayChannelEnum;
|
||||
import cn.daxpay.single.code.PayMethodEnum;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.channel.AliPayParam;
|
||||
import cn.daxpay.single.param.channel.WalletPayParam;
|
||||
import cn.daxpay.single.param.channel.WeChatPayParam;
|
||||
import cn.daxpay.single.serializer.TimestampToLocalDateTimeDeserializer;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.pay;
|
||||
package cn.daxpay.single.param.payment.pay;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.pay;
|
||||
package cn.daxpay.single.param.payment.pay;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.refund;
|
||||
package cn.daxpay.single.param.payment.refund;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,9 +1,9 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.refund;
|
||||
package cn.daxpay.single.param.payment.refund;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.bootx.platform.daxpay.param.channel.AliPayParam;
|
||||
import cn.bootx.platform.daxpay.param.channel.WalletPayParam;
|
||||
import cn.bootx.platform.daxpay.param.channel.WeChatPayParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.channel.AliPayParam;
|
||||
import cn.daxpay.single.param.channel.WalletPayParam;
|
||||
import cn.daxpay.single.param.channel.WeChatPayParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.param.payment.refund;
|
||||
package cn.daxpay.single.param.payment.refund;
|
||||
|
||||
import cn.bootx.platform.daxpay.param.PaymentCommonParam;
|
||||
import cn.daxpay.single.param.PaymentCommonParam;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.result;
|
||||
package cn.daxpay.single.result;
|
||||
|
||||
import cn.bootx.platform.common.core.code.CommonCode;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.result;
|
||||
package cn.daxpay.single.result;
|
||||
|
||||
import cn.bootx.platform.daxpay.serializer.LocalDateTimeToTimestampSerializer;
|
||||
import cn.daxpay.single.serializer.LocalDateTimeToTimestampSerializer;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.result.allocation;
|
||||
package cn.daxpay.single.result.allocation;
|
||||
|
||||
import cn.bootx.platform.daxpay.result.PaymentCommonResult;
|
||||
import cn.daxpay.single.result.PaymentCommonResult;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.result.assist;
|
||||
package cn.daxpay.single.result.assist;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.result.assist;
|
||||
package cn.daxpay.single.result.assist;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,9 +1,9 @@
|
||||
package cn.bootx.platform.daxpay.result.order;
|
||||
package cn.daxpay.single.result.order;
|
||||
|
||||
import cn.bootx.platform.daxpay.code.PayChannelEnum;
|
||||
import cn.bootx.platform.daxpay.code.PayStatusEnum;
|
||||
import cn.bootx.platform.daxpay.result.PaymentCommonResult;
|
||||
import cn.bootx.platform.daxpay.serializer.LocalDateTimeToTimestampSerializer;
|
||||
import cn.daxpay.single.code.PayChannelEnum;
|
||||
import cn.daxpay.single.code.PayStatusEnum;
|
||||
import cn.daxpay.single.result.PaymentCommonResult;
|
||||
import cn.daxpay.single.serializer.LocalDateTimeToTimestampSerializer;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,7 +1,7 @@
|
||||
package cn.bootx.platform.daxpay.result.order;
|
||||
package cn.daxpay.single.result.order;
|
||||
|
||||
import cn.bootx.platform.daxpay.code.RefundStatusEnum;
|
||||
import cn.bootx.platform.daxpay.serializer.LocalDateTimeToTimestampSerializer;
|
||||
import cn.daxpay.single.code.RefundStatusEnum;
|
||||
import cn.daxpay.single.serializer.LocalDateTimeToTimestampSerializer;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.result.pay;
|
||||
package cn.daxpay.single.result.pay;
|
||||
|
||||
import cn.bootx.platform.daxpay.result.PaymentCommonResult;
|
||||
import cn.daxpay.single.result.PaymentCommonResult;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.result.pay;
|
||||
package cn.daxpay.single.result.pay;
|
||||
|
||||
import cn.bootx.platform.daxpay.result.PaymentCommonResult;
|
||||
import cn.daxpay.single.result.PaymentCommonResult;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.result.pay;
|
||||
package cn.daxpay.single.result.pay;
|
||||
|
||||
import cn.bootx.platform.daxpay.result.PaymentCommonResult;
|
||||
import cn.daxpay.single.result.PaymentCommonResult;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
@@ -1,15 +1,15 @@
|
||||
package cn.bootx.platform.daxpay.result.pay;
|
||||
package cn.daxpay.single.result.pay;
|
||||
|
||||
import cn.bootx.platform.daxpay.code.AllocOrderStatusEnum;
|
||||
import cn.bootx.platform.daxpay.code.RefundSyncStatusEnum;
|
||||
import cn.bootx.platform.daxpay.code.PaySyncStatusEnum;
|
||||
import cn.bootx.platform.daxpay.result.PaymentCommonResult;
|
||||
import cn.daxpay.single.code.AllocOrderStatusEnum;
|
||||
import cn.daxpay.single.code.RefundSyncStatusEnum;
|
||||
import cn.daxpay.single.code.PaySyncStatusEnum;
|
||||
import cn.daxpay.single.result.PaymentCommonResult;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
import static cn.bootx.platform.daxpay.code.PaySyncStatusEnum.FAIL;
|
||||
import static cn.daxpay.single.code.PaySyncStatusEnum.FAIL;
|
||||
|
||||
/**
|
||||
* 各种单据同步结果
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.serializer;
|
||||
package cn.daxpay.single.serializer;
|
||||
|
||||
import cn.bootx.platform.common.core.util.LocalDateTimeUtil;
|
||||
import com.fasterxml.jackson.core.JsonGenerator;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.serializer;
|
||||
package cn.daxpay.single.serializer;
|
||||
|
||||
import cn.bootx.platform.common.core.util.LocalDateTimeUtil;
|
||||
import cn.hutool.core.util.StrUtil;
|
@@ -1,6 +1,6 @@
|
||||
package cn.bootx.platform.daxpay.util;
|
||||
package cn.daxpay.single.util;
|
||||
|
||||
import cn.bootx.platform.daxpay.result.DaxResult;
|
||||
import cn.daxpay.single.result.DaxResult;
|
||||
import lombok.experimental.UtilityClass;
|
||||
|
||||
import static cn.bootx.platform.common.core.code.CommonCode.SUCCESS_CODE;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.util;
|
||||
package cn.daxpay.single.util;
|
||||
|
||||
import lombok.Setter;
|
||||
import lombok.extern.slf4j.Slf4j;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.util;
|
||||
package cn.daxpay.single.util;
|
||||
|
||||
import cn.bootx.platform.common.core.util.LocalDateTimeUtil;
|
||||
import cn.hutool.core.util.ClassUtil;
|
||||
@@ -14,7 +14,7 @@ import java.time.LocalDateTime;
|
||||
import java.util.*;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import static cn.bootx.platform.daxpay.code.DaxPayCode.FIELD_SIGN;
|
||||
import static cn.daxpay.single.code.DaxPayCode.FIELD_SIGN;
|
||||
|
||||
/**
|
||||
* 如果需要进行签名,
|
@@ -1,8 +1,8 @@
|
||||
package cn.bootx.platform.daxpay.util;
|
||||
package cn.daxpay.single.util;
|
||||
|
||||
import cn.bootx.platform.common.core.util.LocalDateTimeUtil;
|
||||
import cn.bootx.platform.daxpay.exception.pay.PayAmountAbnormalException;
|
||||
import cn.bootx.platform.daxpay.param.payment.pay.PayParam;
|
||||
import cn.daxpay.single.exception.pay.PayAmountAbnormalException;
|
||||
import cn.daxpay.single.param.payment.pay.PayParam;
|
||||
import cn.hutool.core.date.DatePattern;
|
||||
import lombok.experimental.UtilityClass;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.gateway;
|
||||
package cn.daxpay.single.gateway;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.gateway.controller;
|
||||
package cn.daxpay.single.gateway.controller;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
@@ -1,10 +1,10 @@
|
||||
package cn.bootx.platform.daxpay.gateway.controller;
|
||||
package cn.daxpay.single.gateway.controller;
|
||||
|
||||
import cn.bootx.platform.common.core.annotation.IgnoreAuth;
|
||||
import cn.bootx.platform.daxpay.service.core.channel.alipay.service.AliPayCallbackService;
|
||||
import cn.bootx.platform.daxpay.service.core.channel.union.service.UnionPayCallbackService;
|
||||
import cn.bootx.platform.daxpay.service.core.channel.wechat.service.WeChatPayCallbackService;
|
||||
import cn.bootx.platform.daxpay.service.sdk.union.api.UnionPayKit;
|
||||
import cn.daxpay.single.service.core.channel.alipay.service.AliPayCallbackService;
|
||||
import cn.daxpay.single.service.core.channel.union.service.UnionPayCallbackService;
|
||||
import cn.daxpay.single.service.core.channel.wechat.service.WeChatPayCallbackService;
|
||||
import cn.daxpay.single.service.sdk.union.api.UnionPayKit;
|
||||
import com.egzosn.pay.union.api.UnionPayConfigStorage;
|
||||
import com.ijpay.alipay.AliPayApi;
|
||||
import com.ijpay.core.kit.HttpKit;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.gateway.controller;
|
||||
package cn.daxpay.single.gateway.controller;
|
||||
|
||||
import cn.bootx.platform.common.core.annotation.IgnoreAuth;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
@@ -1,9 +1,9 @@
|
||||
package cn.bootx.platform.daxpay.gateway.controller;
|
||||
package cn.daxpay.single.gateway.controller;
|
||||
|
||||
import cn.bootx.platform.common.core.annotation.IgnoreAuth;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.notice.service.PayReturnService;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.alipay.AliPayReturnParam;
|
||||
import cn.bootx.platform.daxpay.service.param.channel.union.UnionPayReturnParam;
|
||||
import cn.daxpay.single.service.core.payment.notice.service.PayReturnService;
|
||||
import cn.daxpay.single.service.param.channel.alipay.AliPayReturnParam;
|
||||
import cn.daxpay.single.service.param.channel.union.UnionPayReturnParam;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,4 +1,4 @@
|
||||
package cn.bootx.platform.daxpay.gateway.controller;
|
||||
package cn.daxpay.single.gateway.controller;
|
||||
|
||||
import cn.bootx.platform.common.core.exception.BizException;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
@@ -1,18 +1,17 @@
|
||||
package cn.bootx.platform.daxpay.gateway.controller;
|
||||
package cn.daxpay.single.gateway.controller;
|
||||
|
||||
import cn.bootx.platform.common.core.annotation.CountTime;
|
||||
import cn.bootx.platform.common.core.annotation.IgnoreAuth;
|
||||
import cn.bootx.platform.common.core.rest.Res;
|
||||
import cn.bootx.platform.common.core.rest.ResResult;
|
||||
import cn.bootx.platform.daxpay.code.PaymentApiCode;
|
||||
import cn.bootx.platform.daxpay.param.assist.WxAccessTokenParam;
|
||||
import cn.bootx.platform.daxpay.param.assist.WxAuthUrlParam;
|
||||
import cn.bootx.platform.daxpay.result.DaxResult;
|
||||
import cn.bootx.platform.daxpay.result.assist.WxAccessTokenResult;
|
||||
import cn.bootx.platform.daxpay.result.assist.WxAuthUrlResult;
|
||||
import cn.bootx.platform.daxpay.service.annotation.PaymentApi;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.assist.service.UniPayAssistService;
|
||||
import cn.bootx.platform.daxpay.util.DaxRes;
|
||||
import cn.daxpay.single.code.PaymentApiCode;
|
||||
import cn.daxpay.single.param.assist.WxAccessTokenParam;
|
||||
import cn.daxpay.single.param.assist.WxAuthUrlParam;
|
||||
import cn.daxpay.single.result.DaxResult;
|
||||
import cn.daxpay.single.result.assist.WxAccessTokenResult;
|
||||
import cn.daxpay.single.result.assist.WxAuthUrlResult;
|
||||
import cn.daxpay.single.service.annotation.PaymentApi;
|
||||
import cn.daxpay.single.service.core.payment.assist.service.UniPayAssistService;
|
||||
import cn.daxpay.single.util.DaxRes;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,28 +1,28 @@
|
||||
package cn.bootx.platform.daxpay.gateway.controller;
|
||||
package cn.daxpay.single.gateway.controller;
|
||||
|
||||
import cn.bootx.platform.common.core.annotation.IgnoreAuth;
|
||||
import cn.bootx.platform.daxpay.code.PaymentApiCode;
|
||||
import cn.bootx.platform.daxpay.param.payment.allocation.AllocationFinishParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.allocation.AllocationStartParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.pay.PayCloseParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.pay.PayParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.pay.PaySyncParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.refund.RefundParam;
|
||||
import cn.bootx.platform.daxpay.param.payment.refund.RefundSyncParam;
|
||||
import cn.bootx.platform.daxpay.result.DaxResult;
|
||||
import cn.bootx.platform.daxpay.result.allocation.AllocationResult;
|
||||
import cn.bootx.platform.daxpay.result.pay.PayCloseResult;
|
||||
import cn.bootx.platform.daxpay.result.pay.PayResult;
|
||||
import cn.bootx.platform.daxpay.result.pay.RefundResult;
|
||||
import cn.bootx.platform.daxpay.result.pay.SyncResult;
|
||||
import cn.bootx.platform.daxpay.service.annotation.PaymentApi;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.allocation.service.AllocationService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.close.service.PayCloseService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.pay.service.PayService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.refund.service.RefundService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.sync.service.PaySyncService;
|
||||
import cn.bootx.platform.daxpay.service.core.payment.sync.service.RefundSyncService;
|
||||
import cn.bootx.platform.daxpay.util.DaxRes;
|
||||
import cn.daxpay.single.code.PaymentApiCode;
|
||||
import cn.daxpay.single.param.payment.allocation.AllocationFinishParam;
|
||||
import cn.daxpay.single.param.payment.allocation.AllocationStartParam;
|
||||
import cn.daxpay.single.param.payment.pay.PayCloseParam;
|
||||
import cn.daxpay.single.param.payment.pay.PayParam;
|
||||
import cn.daxpay.single.param.payment.pay.PaySyncParam;
|
||||
import cn.daxpay.single.param.payment.refund.RefundParam;
|
||||
import cn.daxpay.single.param.payment.refund.RefundSyncParam;
|
||||
import cn.daxpay.single.result.DaxResult;
|
||||
import cn.daxpay.single.result.allocation.AllocationResult;
|
||||
import cn.daxpay.single.result.pay.PayCloseResult;
|
||||
import cn.daxpay.single.result.pay.PayResult;
|
||||
import cn.daxpay.single.result.pay.RefundResult;
|
||||
import cn.daxpay.single.result.pay.SyncResult;
|
||||
import cn.daxpay.single.service.annotation.PaymentApi;
|
||||
import cn.daxpay.single.service.core.payment.allocation.service.AllocationService;
|
||||
import cn.daxpay.single.service.core.payment.close.service.PayCloseService;
|
||||
import cn.daxpay.single.service.core.payment.pay.service.PayService;
|
||||
import cn.daxpay.single.service.core.payment.refund.service.RefundService;
|
||||
import cn.daxpay.single.service.core.payment.sync.service.PaySyncService;
|
||||
import cn.daxpay.single.service.core.payment.sync.service.RefundSyncService;
|
||||
import cn.daxpay.single.util.DaxRes;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import lombok.RequiredArgsConstructor;
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user