Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
cf1387fd
Commit
cf1387fd
authored
Jul 29, 2021
by
terrfly
Browse files
变更文件site
parent
adba7f7e
Changes
284
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/payway/WxJsapiOrderRQ.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import javax.validation.constraints.NotBlank;
...
@@ -25,7 +25,7 @@ import javax.validation.constraints.NotBlank;
* 支付方式: WX_JSAPI
* 支付方式: WX_JSAPI
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:34
* @date 2021/6/8 17:34
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/payway/WxJsapiOrderRS.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import lombok.Data;
...
@@ -23,7 +23,7 @@ import lombok.Data;
* 支付方式: WX_JSAPI
* 支付方式: WX_JSAPI
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:34
* @date 2021/6/8 17:34
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/payway/WxNativeOrderRQ.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import lombok.Data;
...
@@ -23,7 +23,7 @@ import lombok.Data;
* 支付方式: WX_NATIVE
* 支付方式: WX_NATIVE
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:34
* @date 2021/6/8 17:34
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/payway/WxNativeOrderRS.java
View file @
cf1387fd
...
@@ -22,7 +22,7 @@ import lombok.Data;
...
@@ -22,7 +22,7 @@ import lombok.Data;
* 支付方式: WX_NATIVE
* 支付方式: WX_NATIVE
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:34
* @date 2021/6/8 17:34
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/payway/YsfBarOrderRQ.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import javax.validation.constraints.NotBlank;
...
@@ -25,7 +25,7 @@ import javax.validation.constraints.NotBlank;
* 支付方式: YSF_BAR
* 支付方式: YSF_BAR
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:34
* @date 2021/6/8 17:34
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/payway/YsfBarOrderRS.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import lombok.Data;
...
@@ -23,7 +23,7 @@ import lombok.Data;
* 支付方式: YSF_BAR
* 支付方式: YSF_BAR
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:34
* @date 2021/6/8 17:34
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/payway/YsfJsapiOrderRQ.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import lombok.Data;
...
@@ -23,7 +23,7 @@ import lombok.Data;
* 支付方式: YSF_JSAPI
* 支付方式: YSF_JSAPI
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:34
* @date 2021/6/8 17:34
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/payway/YsfJsapiOrderRS.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import lombok.Data;
...
@@ -24,7 +24,7 @@ import lombok.Data;
* 支付方式: YSF_JSAPI
* 支付方式: YSF_JSAPI
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:34
* @date 2021/6/8 17:34
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/refund/QueryRefundOrderRQ.java
View file @
cf1387fd
...
@@ -22,7 +22,7 @@ import lombok.Data;
...
@@ -22,7 +22,7 @@ import lombok.Data;
* 查询退款单请求参数对象
* 查询退款单请求参数对象
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 14:07
* @date 2021/6/17 14:07
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/refund/QueryRefundOrderRS.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import org.springframework.beans.BeanUtils;
...
@@ -24,7 +24,7 @@ import org.springframework.beans.BeanUtils;
* 查询退款单 响应参数
* 查询退款单 响应参数
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 14:08
* @date 2021/6/17 14:08
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/refund/RefundOrderRQ.java
View file @
cf1387fd
...
@@ -26,7 +26,7 @@ import javax.validation.constraints.NotNull;
...
@@ -26,7 +26,7 @@ import javax.validation.constraints.NotNull;
* 创建退款订单请求参数对象
* 创建退款订单请求参数对象
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/16 15:41
* @date 2021/6/16 15:41
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/refund/RefundOrderRS.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import org.springframework.beans.BeanUtils;
...
@@ -24,7 +24,7 @@ import org.springframework.beans.BeanUtils;
* 退款订单 响应参数
* 退款订单 响应参数
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/16 15:41
* @date 2021/6/16 15:41
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/service/ChannelOrderReissueService.java
View file @
cf1387fd
...
@@ -33,7 +33,7 @@ import org.springframework.stereotype.Service;
...
@@ -33,7 +33,7 @@ import org.springframework.stereotype.Service;
* 查询上游订单, & 补单服务实现类
* 查询上游订单, & 补单服务实现类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:40
* @date 2021/6/8 17:40
*/
*/
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/service/ConfigContextService.java
View file @
cf1387fd
...
@@ -57,7 +57,7 @@ import java.util.concurrent.ConcurrentHashMap;
...
@@ -57,7 +57,7 @@ import java.util.concurrent.ConcurrentHashMap;
* 商户/服务商 配置信息上下文服务
* 商户/服务商 配置信息上下文服务
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:41
* @date 2021/6/8 17:41
*/
*/
@Slf4j
@Slf4j
...
@@ -330,7 +330,7 @@ public class ConfigContextService {
...
@@ -330,7 +330,7 @@ public class ConfigContextService {
* 构建支付宝client 包装类
* 构建支付宝client 包装类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:46
* @date 2021/6/8 17:46
*/
*/
private
AlipayClientWrapper
buildAlipayClientWrapper
(
Byte
useCert
,
Byte
sandbox
,
String
appId
,
String
privateKey
,
String
alipayPublicKey
,
String
signType
,
String
appCert
,
private
AlipayClientWrapper
buildAlipayClientWrapper
(
Byte
useCert
,
Byte
sandbox
,
String
appId
,
String
privateKey
,
String
alipayPublicKey
,
String
signType
,
String
appCert
,
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/service/PayMchNotifyService.java
View file @
cf1387fd
...
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
...
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
* 商户通知 service
* 商户通知 service
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:43
* @date 2021/6/8 17:43
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/service/ValidateService.java
View file @
cf1387fd
...
@@ -25,9 +25,9 @@ import java.util.Set;
...
@@ -25,9 +25,9 @@ import java.util.Set;
/*
/*
* 通用 Validator
* 通用 Validator
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:47
* @date 2021/6/8 17:47
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/task/PayOrderExpiredTask.java
View file @
cf1387fd
...
@@ -23,9 +23,9 @@ import org.springframework.stereotype.Component;
...
@@ -23,9 +23,9 @@ import org.springframework.stereotype.Component;
/*
/*
* 订单过期定时任务
* 订单过期定时任务
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:47
* @date 2021/6/8 17:47
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/task/PayOrderReissueTask.java
View file @
cf1387fd
...
@@ -33,7 +33,7 @@ import java.util.Date;
...
@@ -33,7 +33,7 @@ import java.util.Date;
* 补单定时任务
* 补单定时任务
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:47
* @date 2021/6/8 17:47
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/task/RefundOrderExpiredTask.java
View file @
cf1387fd
...
@@ -26,7 +26,7 @@ import org.springframework.stereotype.Component;
...
@@ -26,7 +26,7 @@ import org.springframework.stereotype.Component;
* 退款订单过期定时任务
* 退款订单过期定时任务
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 14:36
* @date 2021/6/17 14:36
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/task/RefundOrderReissueTask.java
View file @
cf1387fd
...
@@ -33,7 +33,7 @@ import java.util.Date;
...
@@ -33,7 +33,7 @@ import java.util.Date;
* 补单定时任务(退款单)
* 补单定时任务(退款单)
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 14:22
* @date 2021/6/17 14:22
*/
*/
@Slf4j
@Slf4j
...
...
Prev
1
…
10
11
12
13
14
15
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment