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-merchant/src/main/java/com/jeequan/jeepay/mch/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-merchant/src/main/java/com/jeequan/jeepay/mch/secruity/JeeAuthenticationEntryPoint.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import java.io.Serializable;
...
@@ -28,7 +28,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:11
* @date 2021/6/8 17:11
*/
*/
@Component
@Component
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/secruity/JeeAuthenticationTokenFilter.java
View file @
cf1387fd
...
@@ -42,7 +42,7 @@ import java.io.IOException;
...
@@ -42,7 +42,7 @@ import java.io.IOException;
* 避免使用@Component等bean自动装配注解:@Component会将filter被spring实例化为web容器的全局filter,导致重复过滤。
* 避免使用@Component等bean自动装配注解:@Component会将filter被spring实例化为web容器的全局filter,导致重复过滤。
* @modify terrfly
* @modify terrfly
* @version V1.0
* @version V1.0
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
* @date 2021-04-27 15:50
* <p>
* <p>
*/
*/
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/secruity/JeeUserDetailsServiceImpl.java
View file @
cf1387fd
...
@@ -34,7 +34,7 @@ import org.springframework.stereotype.Service;
...
@@ -34,7 +34,7 @@ import org.springframework.stereotype.Service;
*
*
* @author terrfly
* @author terrfly
* @modify zhuxiao
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@Service
@Service
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/secruity/WebSecurityConfig.java
View file @
cf1387fd
...
@@ -40,7 +40,7 @@ import org.springframework.web.filter.CorsFilter;
...
@@ -40,7 +40,7 @@ import org.springframework.web.filter.CorsFilter;
* Spring Security 配置项
* Spring Security 配置项
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:11
* @date 2021/6/8 17:11
*/
*/
@Configuration
@Configuration
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/service/AuthService.java
View file @
cf1387fd
...
@@ -50,7 +50,7 @@ import java.util.*;
...
@@ -50,7 +50,7 @@ import java.util.*;
* 认证Service
* 认证Service
*
*
* @modify zhuxiao
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/web/ApiResBodyAdvice.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;
...
@@ -28,7 +28,7 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;
*
*
* @author terrfly
* @author terrfly
* @modify zhuxiao
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@ControllerAdvice
@ControllerAdvice
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/web/ApiResInterceptor.java
View file @
cf1387fd
...
@@ -27,7 +27,7 @@ import javax.servlet.http.HttpServletResponse;
...
@@ -27,7 +27,7 @@ import javax.servlet.http.HttpServletResponse;
*
*
* @author terrfly
* @author terrfly
* @modify zhuxiao
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@Component
@Component
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/web/ApplicationContextKit.java
View file @
cf1387fd
...
@@ -29,7 +29,7 @@ import javax.servlet.http.HttpServletRequest;
...
@@ -29,7 +29,7 @@ import javax.servlet.http.HttpServletRequest;
*
*
* @author terrfly
* @author terrfly
* @modify zhuxiao
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@Service
@Service
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/web/WebmvcConfig.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
...
@@ -25,7 +25,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
*
*
* @author terrfly
* @author terrfly
* @modify zhuxiao
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@Configuration
@Configuration
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/websocket/config/WebSocketConfig.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import org.springframework.web.socket.server.standard.ServerEndpointExporter;
...
@@ -23,7 +23,7 @@ import org.springframework.web.socket.server.standard.ServerEndpointExporter;
* 开启WebSocket支持
* 开启WebSocket支持
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/22 12:57
* @date 2021/6/22 12:57
*/
*/
@Configuration
@Configuration
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/websocket/server/WsPayOrderServer.java
View file @
cf1387fd
...
@@ -37,7 +37,7 @@ import java.util.concurrent.CopyOnWriteArraySet;
...
@@ -37,7 +37,7 @@ import java.util.concurrent.CopyOnWriteArraySet;
* /ws/payOrder/{訂單ID}/{客戶端自定義ID}
* /ws/payOrder/{訂單ID}/{客戶端自定義ID}
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/22 12:57
* @date 2021/6/22 12:57
*/
*/
@ServerEndpoint
(
"/api/anon/ws/payOrder/{payOrderId}/{cid}"
)
@ServerEndpoint
(
"/api/anon/ws/payOrder/{payOrderId}/{cid}"
)
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/bootstrap/InitRunner.java
View file @
cf1387fd
...
@@ -32,7 +32,7 @@ import java.util.Date;
...
@@ -32,7 +32,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:17
* @date 2021/6/8 17:17
*/
*/
@Component
@Component
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/AbstractChannelNoticeService.java
View file @
cf1387fd
...
@@ -31,7 +31,7 @@ import java.io.File;
...
@@ -31,7 +31,7 @@ import java.io.File;
* 实现回调接口抽象类
* 实现回调接口抽象类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:18
* @date 2021/6/8 17:18
*/
*/
public
abstract
class
AbstractChannelNoticeService
implements
IChannelNoticeService
{
public
abstract
class
AbstractChannelNoticeService
implements
IChannelNoticeService
{
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/AbstractPaymentService.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import org.springframework.beans.factory.annotation.Autowired;
...
@@ -24,7 +24,7 @@ import org.springframework.beans.factory.annotation.Autowired;
* 支付接口抽象类
* 支付接口抽象类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:18
* @date 2021/6/8 17:18
*/
*/
public
abstract
class
AbstractPaymentService
implements
IPaymentService
{
public
abstract
class
AbstractPaymentService
implements
IPaymentService
{
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/AbstractRefundService.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import org.springframework.beans.factory.annotation.Autowired;
...
@@ -24,7 +24,7 @@ import org.springframework.beans.factory.annotation.Autowired;
* 退款接口抽象类
* 退款接口抽象类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 9:37
* @date 2021/6/17 9:37
*/
*/
public
abstract
class
AbstractRefundService
implements
IRefundService
{
public
abstract
class
AbstractRefundService
implements
IRefundService
{
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/IChannelNoticeService.java
View file @
cf1387fd
...
@@ -27,7 +27,7 @@ import javax.servlet.http.HttpServletRequest;
...
@@ -27,7 +27,7 @@ import javax.servlet.http.HttpServletRequest;
* 渠道侧的通知解析实现 【分为同步跳转(doReturn)和异步回调(doNotify) 】
* 渠道侧的通知解析实现 【分为同步跳转(doReturn)和异步回调(doNotify) 】
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/5/8 15:14
* @date 2021/5/8 15:14
*/
*/
public
interface
IChannelNoticeService
{
public
interface
IChannelNoticeService
{
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/IPayOrderQueryService.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import com.jeequan.jeepay.pay.model.MchAppConfigContext;
...
@@ -23,7 +23,7 @@ import com.jeequan.jeepay.pay.model.MchAppConfigContext;
* 查单(渠道侧)接口定义
* 查单(渠道侧)接口定义
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/5/19 15:16
* @date 2021/5/19 15:16
*/
*/
public
interface
IPayOrderQueryService
{
public
interface
IPayOrderQueryService
{
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/IPaymentService.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import com.jeequan.jeepay.pay.model.MchAppConfigContext;
...
@@ -24,7 +24,7 @@ import com.jeequan.jeepay.pay.model.MchAppConfigContext;
* 调起上游渠道侧支付接口
* 调起上游渠道侧支付接口
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/5/8 15:13
* @date 2021/5/8 15:13
*/
*/
public
interface
IPaymentService
{
public
interface
IPaymentService
{
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/IRefundService.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import com.jeequan.jeepay.pay.rqrs.refund.RefundOrderRQ;
...
@@ -25,7 +25,7 @@ import com.jeequan.jeepay.pay.rqrs.refund.RefundOrderRQ;
* 调起上游渠道侧退款接口
* 调起上游渠道侧退款接口
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 9:35
* @date 2021/6/17 9:35
*/
*/
public
interface
IRefundService
{
public
interface
IRefundService
{
...
...
Prev
1
…
4
5
6
7
8
9
10
11
12
…
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