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/config/RedisConfig.java
View file @
cf1387fd
...
...
@@ -27,7 +27,7 @@ import org.springframework.data.redis.core.StringRedisTemplate;
* redis管理类
*
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@Configuration
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/config/SystemYmlConfig.java
View file @
cf1387fd
...
...
@@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
* 系统Yml配置参数定义Bean
*
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@Component
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/CommonCtrl.java
View file @
cf1387fd
...
...
@@ -31,7 +31,7 @@ import org.springframework.security.core.context.SecurityContextHolder;
*
* @author terrfly
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
public
abstract
class
CommonCtrl
extends
AbstractCtrl
{
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/CurrentUserController.java
View file @
cf1387fd
...
...
@@ -46,7 +46,7 @@ import java.util.List;
*
* @author terrfly
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/anon/AuthController.java
View file @
cf1387fd
...
...
@@ -37,7 +37,7 @@ import org.springframework.web.bind.annotation.RestController;
* 登录鉴权
*
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/merchant/MainChartController.java
View file @
cf1387fd
...
...
@@ -39,7 +39,7 @@ import java.util.Map;
* 主页数据类
*
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@Slf4j
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/merchant/MchAppController.java
View file @
cf1387fd
...
...
@@ -37,7 +37,7 @@ import org.springframework.web.bind.annotation.*;
* 商户应用管理类
*
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-16 09:15
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/merchant/MchPayInterfaceConfigController.java
View file @
cf1387fd
...
...
@@ -46,7 +46,7 @@ import java.util.List;
* 商户支付接口配置类
*
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/merchant/MchPayPassageConfigController.java
View file @
cf1387fd
...
...
@@ -44,7 +44,7 @@ import java.util.List;
* 商户支付通道配置类
*
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/order/PayOrderController.java
View file @
cf1387fd
...
...
@@ -42,7 +42,7 @@ import java.util.Map;
* 支付订单管理类
*
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/order/RefundOrderController.java
View file @
cf1387fd
...
...
@@ -35,7 +35,7 @@ import org.springframework.web.bind.annotation.RestController;
* 退款订单管理类
*
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/payconfig/PayWayController.java
View file @
cf1387fd
...
...
@@ -33,7 +33,7 @@ import org.springframework.web.bind.annotation.RestController;
* 支付方式配置类
*
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/paytest/PaytestController.java
View file @
cf1387fd
...
...
@@ -42,7 +42,7 @@ import java.util.Set;
* 支付测试类
*
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/22 9:43
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/paytest/PaytestNotifyController.java
View file @
cf1387fd
...
...
@@ -35,7 +35,7 @@ import java.io.IOException;
* 支付测试 - 回调函数
*
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/22 14:22
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/sysuser/SysEntController.java
View file @
cf1387fd
...
...
@@ -38,7 +38,7 @@ import java.util.List;
*
* @author terrfly
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/sysuser/SysRoleController.java
View file @
cf1387fd
...
...
@@ -48,7 +48,7 @@ import java.util.List;
*
* @author terrfly
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/sysuser/SysRoleEntRelaController.java
View file @
cf1387fd
...
...
@@ -44,7 +44,7 @@ import java.util.List;
*
* @author terrfly
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/sysuser/SysUserController.java
View file @
cf1387fd
...
...
@@ -44,7 +44,7 @@ import java.util.List;
*
* @author terrfly
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/sysuser/SysUserRoleRelaController.java
View file @
cf1387fd
...
...
@@ -42,7 +42,7 @@ import java.util.List;
*
* @author terrfly
* @modify zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
*/
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/mq/CleanMchLoginAuthCacheMQReceiver.java
View file @
cf1387fd
...
...
@@ -28,7 +28,7 @@ import java.util.List;
* 接收MQ消息
* 业务: 清除商户登录信息
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/27 9:23
*/
@Slf4j
...
...
Prev
1
…
3
4
5
6
7
8
9
10
11
…
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