Commit cf1387fd authored by terrfly's avatar terrfly
Browse files

变更文件site

parent adba7f7e
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2021-06-07 07:15 * @date 2021-06-07 07:15
*/ */
@Component @Component
......
...@@ -32,7 +32,7 @@ import java.util.Date; ...@@ -32,7 +32,7 @@ import java.util.Date;
* *
* *
* @author terrfly * @author terrfly
* @site https://www.jeepay.vip * @site https://www.jeequan.com
* @date 2021/6/8 17:04 * @date 2021/6/8 17:04
*/ */
@Component @Component
......
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2019/11/7 15:19 * @date 2019/11/7 15:19
*/ */
@SpringBootApplication @SpringBootApplication
......
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2021/6/8 17:05 * @date 2021/6/8 17:05
*/ */
@Configuration @Configuration
......
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2021-04-27 15:50 * @date 2021-04-27 15:50
*/ */
@Data @Data
......
...@@ -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.jeepay.vip * @site https://www.jeequan.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 {
......
...@@ -43,7 +43,7 @@ import java.util.*; ...@@ -43,7 +43,7 @@ import java.util.*;
* 当前登录者的信息相关接口 * 当前登录者的信息相关接口
* *
* @author terrfly * @author terrfly
* @site https://www.jeepay.vip * @site https://www.jeequan.com
* @date 2021/6/8 17:10 * @date 2021/6/8 17:10
*/ */
@RestController @RestController
......
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2021/6/8 17:09 * @date 2021/6/8 17:09
*/ */
@RestController @RestController
......
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2021/6/8 17:08 * @date 2021/6/8 17:08
*/ */
@Controller @Controller
......
...@@ -34,7 +34,7 @@ import java.util.Map; ...@@ -34,7 +34,7 @@ import java.util.Map;
* 首页统计类 * 首页统计类
* *
* @author pangxiaoyu * @author pangxiaoyu
* @site https://www.jeepay.vip * @site https://www.jeequan.com
* @date 2021-06-07 07:15 * @date 2021-06-07 07:15
*/ */
@Slf4j @Slf4j
......
...@@ -41,7 +41,7 @@ import java.util.Map; ...@@ -41,7 +41,7 @@ import java.util.Map;
* 系统配置信息类 * 系统配置信息类
* *
* @author pangxiaoyu * @author pangxiaoyu
* @site https://www.jeepay.vip * @site https://www.jeequan.com
* @date 2021-06-07 07:15 * @date 2021-06-07 07:15
*/ */
@Slf4j @Slf4j
......
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2021-06-07 07:15 * @date 2021-06-07 07:15
*/ */
@RestController @RestController
......
...@@ -41,7 +41,7 @@ import java.util.Map; ...@@ -41,7 +41,7 @@ import java.util.Map;
* 服务商支付接口管理类 * 服务商支付接口管理类
* *
* @author zhuxiao * @author zhuxiao
* @site https://www.jeepay.vip * @site https://www.jeequan.com
* @date 2021-04-27 15:50 * @date 2021-04-27 15:50
*/ */
@RestController @RestController
......
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2021-06-16 09:15 * @date 2021-06-16 09:15
*/ */
@RestController @RestController
......
...@@ -47,7 +47,7 @@ import java.util.*; ...@@ -47,7 +47,7 @@ import java.util.*;
* 商户管理类 * 商户管理类
* *
* @author pangxiaoyu * @author pangxiaoyu
* @site https://www.jeepay.vip * @site https://www.jeequan.com
* @date 2021-06-07 07:15 * @date 2021-06-07 07:15
*/ */
@RestController @RestController
......
...@@ -45,7 +45,7 @@ import java.util.List; ...@@ -45,7 +45,7 @@ import java.util.List;
* 商户支付接口管理类 * 商户支付接口管理类
* *
* @author zhuxiao * @author zhuxiao
* @site https://www.jeepay.vip * @site https://www.jeequan.com
* @date 2021-04-27 15:50 * @date 2021-04-27 15:50
*/ */
@RestController @RestController
......
...@@ -41,7 +41,7 @@ import java.util.List; ...@@ -41,7 +41,7 @@ import java.util.List;
* 商户支付通道管理类 * 商户支付通道管理类
* *
* @author zhuxiao * @author zhuxiao
* @site https://www.jeepay.vip * @site https://www.jeequan.com
* @date 2021-04-27 15:30 * @date 2021-04-27 15:30
*/ */
@RestController @RestController
......
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2021-06-07 07:15 * @date 2021-06-07 07:15
*/ */
@RestController @RestController
......
...@@ -49,7 +49,7 @@ import java.util.Map; ...@@ -49,7 +49,7 @@ import java.util.Map;
* 支付订单类 * 支付订单类
* *
* @author pangxiaoyu * @author pangxiaoyu
* @site https://www.jeepay.vip * @site https://www.jeequan.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.jeepay.vip * @site https://www.jeequan.com
* @date 2021/6/17 16:38 * @date 2021/6/17 16:38
*/ */
@MethodLog(remark = "发起订单退款") @MethodLog(remark = "发起订单退款")
......
...@@ -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.jeepay.vip * @site https://www.jeequan.com
* @date 2021-06-07 07:15 * @date 2021-06-07 07:15
*/ */
@RestController @RestController
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment