支付核心

This commit is contained in:
QingChen
2021-10-12 10:41:34 +08:00
parent df3cd34b30
commit 8070afc807
9 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/**
* @description
* @author Qingchen
* @version 1.0.0
* @date 2021-09-29 14:59
* @class cn.iocoder.yudao.framework.pay.core.aop.package-info.java
*/
package cn.iocoder.yudao.framework.pay.core.aop;

View File

@ -0,0 +1,8 @@
/**
* @description
* @author Qingchen
* @version 1.0.0
* @date 2021-09-29 14:44
* @class cn.iocoder.yudao.framework.pay.core.domain.package-info.java
*/
package cn.iocoder.yudao.framework.pay.core.domain;

View File

@ -0,0 +1,14 @@
package cn.iocoder.yudao.framework.pay.core.gateway;
/**
* @description 渠道侧的通知网关服务分为同步跳转doReturn和异步回调(doNotify)
* @author Qingchen
* @version 1.0.0
* @date 2021-10-09 14:34
* @class cn.iocoder.yudao.framework.pay.core.gateway.ChannelNoticeService.java
*/
public interface ChannelNoticeService {
}

View File

@ -0,0 +1,13 @@
package cn.iocoder.yudao.framework.pay.core.gateway;
/**
* @description 退款网关服务
* @author Qingchen
* @version 1.0.0
* @date 2021-10-09 16:07
* @class cn.iocoder.yudao.framework.pay.core.gateway.RefundService.java
*/
public interface RefundService {
}

View File

@ -0,0 +1,13 @@
package cn.iocoder.yudao.framework.pay.core.gateway;
/**
* @description 统一下单网关服务
* @author Qingchen
* @version 1.0.0
* @date 2021-09-29 16:14
* @class cn.iocoder.yudao.framework.pay.core.gateway.UnifiedOrderService.java
*/
public interface UnifiedOrderService {
}

View File

@ -0,0 +1,8 @@
/**
* @description
* @author Qingchen
* @version 1.0.0
* @date 2021-09-29 14:34
* @class cn.iocoder.yudao.framework.pay.core.package-info.java
*/
package cn.iocoder.yudao.framework.pay.core;

View File

@ -0,0 +1,8 @@
/**
* @description
* @author Qingchen
* @version 1.0.0
* @date 2021-09-29 14:33
* @class cn.iocoder.yudao.framework.pay.package-info.java
*/
package cn.iocoder.yudao.framework.pay;