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
"git@ustchcs.com:wwwanlingxiao/mall.git" did not exist on "7faffe541acddc0315ded133f333269803e29d7a"
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;
...
@@ -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-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@Configuration
@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;
...
@@ -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
*/
*/
@Component
@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;
...
@@ -31,7 +31,7 @@ import org.springframework.security.core.context.SecurityContextHolder;
*
*
* @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
*/
*/
public
abstract
class
CommonCtrl
extends
AbstractCtrl
{
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;
...
@@ -46,7 +46,7 @@ import java.util.List;
*
*
* @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
*/
*/
@RestController
@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;
...
@@ -37,7 +37,7 @@ 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-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@RestController
@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;
...
@@ -39,7 +39,7 @@ import java.util.Map;
* 主页数据类
* 主页数据类
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @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/ctrl/merchant/MchAppController.java
View file @
cf1387fd
...
@@ -37,7 +37,7 @@ import org.springframework.web.bind.annotation.*;
...
@@ -37,7 +37,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-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/merchant/MchPayInterfaceConfigController.java
View file @
cf1387fd
...
@@ -46,7 +46,7 @@ import java.util.List;
...
@@ -46,7 +46,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-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/merchant/MchPayPassageConfigController.java
View file @
cf1387fd
...
@@ -44,7 +44,7 @@ import java.util.List;
...
@@ -44,7 +44,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-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/order/PayOrderController.java
View file @
cf1387fd
...
@@ -42,7 +42,7 @@ import java.util.Map;
...
@@ -42,7 +42,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-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;
...
@@ -35,7 +35,7 @@ import org.springframework.web.bind.annotation.RestController;
* 退款订单管理类
* 退款订单管理类
*
*
* @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-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;
...
@@ -33,7 +33,7 @@ import org.springframework.web.bind.annotation.RestController;
* 支付方式配置类
* 支付方式配置类
*
*
* @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-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/paytest/PaytestController.java
View file @
cf1387fd
...
@@ -42,7 +42,7 @@ import java.util.Set;
...
@@ -42,7 +42,7 @@ import java.util.Set;
* 支付测试类
* 支付测试类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/22 9:43
* @date 2021/6/22 9:43
*/
*/
@RestController
@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;
...
@@ -35,7 +35,7 @@ import java.io.IOException;
* 支付测试 - 回调函数
* 支付测试 - 回调函数
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/22 14:22
* @date 2021/6/22 14:22
*/
*/
@RestController
@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;
...
@@ -38,7 +38,7 @@ import java.util.List;
*
*
* @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
*/
*/
@RestController
@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;
...
@@ -48,7 +48,7 @@ import java.util.List;
*
*
* @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
*/
*/
@RestController
@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;
...
@@ -44,7 +44,7 @@ import java.util.List;
*
*
* @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
*/
*/
@RestController
@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;
...
@@ -44,7 +44,7 @@ import java.util.List;
*
*
* @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
*/
*/
@RestController
@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;
...
@@ -42,7 +42,7 @@ import java.util.List;
*
*
* @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
*/
*/
@RestController
@RestController
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/mq/CleanMchLoginAuthCacheMQReceiver.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import java.util.List;
...
@@ -28,7 +28,7 @@ import java.util.List;
* 接收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
...
...
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