mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	支付核心
This commit is contained in:
		@@ -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;
 | 
			
		||||
@@ -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;
 | 
			
		||||
@@ -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 {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -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 {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -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 {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -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;
 | 
			
		||||
@@ -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;
 | 
			
		||||
		Reference in New Issue
	
	Block a user