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/model/IsvConfigContext.java
View file @
cf1387fd
...
@@ -26,7 +26,7 @@ import java.util.Map;
...
@@ -26,7 +26,7 @@ import java.util.Map;
* Isv支付参数信息 放置到内存, 避免多次查询操作
* Isv支付参数信息 放置到内存, 避免多次查询操作
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:28
* @date 2021/6/8 17:28
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/model/MchAppConfigContext.java
View file @
cf1387fd
...
@@ -29,7 +29,7 @@ import java.util.Map;
...
@@ -29,7 +29,7 @@ import java.util.Map;
* 放置到内存, 避免多次查询操作
* 放置到内存, 避免多次查询操作
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:29
* @date 2021/6/8 17:29
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/model/MchInfoConfigContext.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import java.util.concurrent.ConcurrentHashMap;
...
@@ -28,7 +28,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:29
* @date 2021/6/8 17:29
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/model/WxServiceWrapper.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import me.chanjar.weixin.mp.api.WxMpService;
...
@@ -24,7 +24,7 @@ import me.chanjar.weixin.mp.api.WxMpService;
* wxService 包装类
* wxService 包装类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:30
* @date 2021/6/8 17:30
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/mq/PayOrderMchNotifyMQReceiver.java
View file @
cf1387fd
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
* 接收MQ消息
* 接收MQ消息
* 业务: 支付订单商户通知
* 业务: 支付订单商户通知
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/27 9:23
* @date 2021/7/27 9:23
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/mq/PayOrderReissueMQReceiver.java
View file @
cf1387fd
...
@@ -29,7 +29,7 @@ import org.springframework.stereotype.Component;
...
@@ -29,7 +29,7 @@ import org.springframework.stereotype.Component;
* 接收MQ消息
* 接收MQ消息
* 业务: 支付订单补单(一般用于没有回调的接口,比如微信的条码支付)
* 业务: 支付订单补单(一般用于没有回调的接口,比如微信的条码支付)
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/27 9:23
* @date 2021/7/27 9:23
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/mq/ResetAppConfigMQReceiver.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import org.springframework.stereotype.Component;
...
@@ -25,7 +25,7 @@ import org.springframework.stereotype.Component;
* 接收MQ消息
* 接收MQ消息
* 业务: 更新系统配置参数
* 业务: 更新系统配置参数
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/27 9:23
* @date 2021/7/27 9:23
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/mq/ResetIsvMchAppInfoMQReceiver.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import org.springframework.stereotype.Component;
...
@@ -25,7 +25,7 @@ import org.springframework.stereotype.Component;
* 接收MQ消息
* 接收MQ消息
* 业务: 更新服务商/商户/商户应用配置信息;
* 业务: 更新服务商/商户/商户应用配置信息;
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/27 9:23
* @date 2021/7/27 9:23
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/AbstractMchAppRQ.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import javax.validation.constraints.NotBlank;
...
@@ -24,7 +24,7 @@ import javax.validation.constraints.NotBlank;
* 通用RQ, 包含mchNo和appId 必填项
* 通用RQ, 包含mchNo和appId 必填项
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/16 10:30
* @date 2021/6/16 10:30
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/AbstractRQ.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import java.io.Serializable;
...
@@ -24,7 +24,7 @@ import java.io.Serializable;
* 基础请求参数
* 基础请求参数
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:39
* @date 2021/6/8 17:39
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/AbstractRS.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import java.io.Serializable;
...
@@ -24,7 +24,7 @@ import java.io.Serializable;
* 接口抽象RS对象, 本身无需实例化
* 接口抽象RS对象, 本身无需实例化
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:39
* @date 2021/6/8 17:39
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/ChannelUserIdRQ.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import javax.validation.constraints.NotBlank;
...
@@ -23,7 +23,7 @@ import javax.validation.constraints.NotBlank;
* 商户获取渠道用户ID 请求参数对象
* 商户获取渠道用户ID 请求参数对象
*
*
* @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
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/msg/ChannelRetMsg.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import java.io.Serializable;
...
@@ -25,7 +25,7 @@ import java.io.Serializable;
* 上游渠道侧响应信息包装类
* 上游渠道侧响应信息包装类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:31
* @date 2021/6/8 17:31
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/CommonPayDataRQ.java
View file @
cf1387fd
...
@@ -21,7 +21,7 @@ import lombok.Data;
...
@@ -21,7 +21,7 @@ import lombok.Data;
* 通用支付数据RQ
* 通用支付数据RQ
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:31
* @date 2021/6/8 17:31
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/CommonPayDataRS.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import org.apache.commons.lang3.StringUtils;
...
@@ -24,7 +24,7 @@ import org.apache.commons.lang3.StringUtils;
* 根据set的值,响应不同的payDataType
* 根据set的值,响应不同的payDataType
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:32
* @date 2021/6/8 17:32
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/QueryPayOrderRQ.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import javax.validation.constraints.NotBlank;
...
@@ -24,7 +24,7 @@ import javax.validation.constraints.NotBlank;
* 查询订单请求参数对象
* 查询订单请求参数对象
*
*
* @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
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/QueryPayOrderRS.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/8 17:40
* @date 2021/6/8 17:40
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/UnifiedOrderRQ.java
View file @
cf1387fd
...
@@ -32,7 +32,7 @@ import javax.validation.constraints.NotNull;
...
@@ -32,7 +32,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/8 17:33
* @date 2021/6/8 17:33
*/
*/
@Data
@Data
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/rqrs/payorder/UnifiedOrderRS.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import lombok.Data;
...
@@ -25,7 +25,7 @@ import lombok.Data;
* 创建订单(统一订单) 响应参数
* 创建订单(统一订单) 响应参数
*
*
* @author terrfly
* @author terrfly
* @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/AliAppOrderRQ.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import lombok.Data;
...
@@ -23,7 +23,7 @@ import lombok.Data;
* 支付方式: ALI_APP
* 支付方式: ALI_APP
*
*
* @author terrfly
* @author terrfly
* @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
...
...
Prev
1
…
8
9
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