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-manager/src/main/java/com/jeequan/jeepay/mgr/aop/MethodLogAop.java
View file @
cf1387fd
...
@@ -49,7 +49,7 @@ import java.util.concurrent.ScheduledExecutorService;
...
@@ -49,7 +49,7 @@ import java.util.concurrent.ScheduledExecutorService;
*
*
* @author terrfly
* @author terrfly
* @modify pangxiaoyu
* @modify pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-07 07:15
* @date 2021-06-07 07:15
*/
*/
@Component
@Component
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/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:04
* @date 2021/6/8 17:04
*/
*/
@Component
@Component
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/bootstrap/JeepayMgrApplication.java
View file @
cf1387fd
...
@@ -34,7 +34,7 @@ import java.util.Arrays;
...
@@ -34,7 +34,7 @@ import java.util.Arrays;
* spring-boot 主启动程序
* spring-boot 主启动程序
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2019/11/7 15:19
* @date 2019/11/7 15:19
*/
*/
@SpringBootApplication
@SpringBootApplication
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/config/RedisConfig.java
View file @
cf1387fd
...
@@ -27,7 +27,7 @@ import org.springframework.data.redis.core.StringRedisTemplate;
...
@@ -27,7 +27,7 @@ import org.springframework.data.redis.core.StringRedisTemplate;
* Redis配置类
* Redis配置类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:05
* @date 2021/6/8 17:05
*/
*/
@Configuration
@Configuration
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/config/SystemYmlConfig.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
...
@@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
* 系统Yml配置参数定义Bean
* 系统Yml配置参数定义Bean
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@Data
@Data
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/CommonCtrl.java
View file @
cf1387fd
...
@@ -25,7 +25,7 @@ import org.springframework.security.core.context.SecurityContextHolder;
...
@@ -25,7 +25,7 @@ import org.springframework.security.core.context.SecurityContextHolder;
* 定义通用CommonCtrl
* 定义通用CommonCtrl
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:09
* @date 2021/6/8 17:09
*/
*/
public
abstract
class
CommonCtrl
extends
AbstractCtrl
{
public
abstract
class
CommonCtrl
extends
AbstractCtrl
{
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/CurrentUserController.java
View file @
cf1387fd
...
@@ -43,7 +43,7 @@ import java.util.*;
...
@@ -43,7 +43,7 @@ import java.util.*;
* 当前登录者的信息相关接口
* 当前登录者的信息相关接口
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:10
* @date 2021/6/8 17:10
*/
*/
@RestController
@RestController
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/anon/AuthController.java
View file @
cf1387fd
...
@@ -35,9 +35,9 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -35,9 +35,9 @@ import org.springframework.web.bind.annotation.RestController;
/*
/*
* 认证接口
* 认证接口
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:09
* @date 2021/6/8 17:09
*/
*/
@RestController
@RestController
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/common/StaticController.java
View file @
cf1387fd
...
@@ -34,7 +34,7 @@ import java.io.InputStream;
...
@@ -34,7 +34,7 @@ import java.io.InputStream;
* 静态文件下载/预览 ctrl
* 静态文件下载/预览 ctrl
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:08
* @date 2021/6/8 17:08
*/
*/
@Controller
@Controller
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/config/MainChartController.java
View file @
cf1387fd
...
@@ -34,7 +34,7 @@ import java.util.Map;
...
@@ -34,7 +34,7 @@ import java.util.Map;
* 首页统计类
* 首页统计类
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-07 07:15
* @date 2021-06-07 07:15
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/config/SysConfigController.java
View file @
cf1387fd
...
@@ -41,7 +41,7 @@ import java.util.Map;
...
@@ -41,7 +41,7 @@ import java.util.Map;
* 系统配置信息类
* 系统配置信息类
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-07 07:15
* @date 2021-06-07 07:15
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/isv/IsvInfoController.java
View file @
cf1387fd
...
@@ -38,7 +38,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -38,7 +38,7 @@ import org.springframework.web.bind.annotation.RestController;
* 服务商管理类
* 服务商管理类
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-07 07:15
* @date 2021-06-07 07:15
*/
*/
@RestController
@RestController
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/isv/IsvPayInterfaceConfigController.java
View file @
cf1387fd
...
@@ -41,7 +41,7 @@ import java.util.Map;
...
@@ -41,7 +41,7 @@ import java.util.Map;
* 服务商支付接口管理类
* 服务商支付接口管理类
*
*
* @author zhuxiao
* @author 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
*/
*/
@RestController
@RestController
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/merchant/MchAppController.java
View file @
cf1387fd
...
@@ -34,7 +34,7 @@ import org.springframework.web.bind.annotation.*;
...
@@ -34,7 +34,7 @@ import org.springframework.web.bind.annotation.*;
* 商户应用管理类
* 商户应用管理类
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-16 09:15
* @date 2021-06-16 09:15
*/
*/
@RestController
@RestController
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/merchant/MchInfoController.java
View file @
cf1387fd
...
@@ -47,7 +47,7 @@ import java.util.*;
...
@@ -47,7 +47,7 @@ import java.util.*;
* 商户管理类
* 商户管理类
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-07 07:15
* @date 2021-06-07 07:15
*/
*/
@RestController
@RestController
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/merchant/MchPayInterfaceConfigController.java
View file @
cf1387fd
...
@@ -45,7 +45,7 @@ import java.util.List;
...
@@ -45,7 +45,7 @@ import java.util.List;
* 商户支付接口管理类
* 商户支付接口管理类
*
*
* @author zhuxiao
* @author 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
*/
*/
@RestController
@RestController
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/merchant/MchPayPassageConfigController.java
View file @
cf1387fd
...
@@ -41,7 +41,7 @@ import java.util.List;
...
@@ -41,7 +41,7 @@ import java.util.List;
* 商户支付通道管理类
* 商户支付通道管理类
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:30
* @date 2021-04-27 15:30
*/
*/
@RestController
@RestController
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/order/MchNotifyController.java
View file @
cf1387fd
...
@@ -39,7 +39,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -39,7 +39,7 @@ import org.springframework.web.bind.annotation.RestController;
* 商户通知类
* 商户通知类
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-07 07:15
* @date 2021-06-07 07:15
*/
*/
@RestController
@RestController
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/order/PayOrderController.java
View file @
cf1387fd
...
@@ -49,7 +49,7 @@ import java.util.Map;
...
@@ -49,7 +49,7 @@ import java.util.Map;
* 支付订单类
* 支付订单类
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-07 07:15
* @date 2021-06-07 07:15
*/
*/
@RestController
@RestController
...
@@ -146,7 +146,7 @@ public class PayOrderController extends CommonCtrl {
...
@@ -146,7 +146,7 @@ public class PayOrderController extends CommonCtrl {
/**
/**
* 发起订单退款
* 发起订单退款
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 16:38
* @date 2021/6/17 16:38
*/
*/
@MethodLog
(
remark
=
"发起订单退款"
)
@MethodLog
(
remark
=
"发起订单退款"
)
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/order/RefundOrderController.java
View file @
cf1387fd
...
@@ -35,7 +35,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -35,7 +35,7 @@ import org.springframework.web.bind.annotation.RestController;
* 退款订单类
* 退款订单类
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-07 07:15
* @date 2021-06-07 07:15
*/
*/
@RestController
@RestController
...
...
Prev
1
2
3
4
5
6
7
8
9
…
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