Commit cf1387fd authored by terrfly's avatar terrfly
Browse files

变更文件site

parent adba7f7e
......@@ -49,7 +49,7 @@ import java.util.concurrent.ScheduledExecutorService;
*
* @author terrfly
* @modify pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@Component
......
......@@ -32,7 +32,7 @@ import java.util.Date;
*
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:04
*/
@Component
......
......@@ -34,7 +34,7 @@ import java.util.Arrays;
* spring-boot 主启动程序
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2019/11/7 15:19
*/
@SpringBootApplication
......
......@@ -27,7 +27,7 @@ import org.springframework.data.redis.core.StringRedisTemplate;
* Redis配置类
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:05
*/
@Configuration
......
......@@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
* 系统Yml配置参数定义Bean
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-04-27 15:50
*/
@Data
......
......@@ -25,7 +25,7 @@ import org.springframework.security.core.context.SecurityContextHolder;
* 定义通用CommonCtrl
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:09
*/
public abstract class CommonCtrl extends AbstractCtrl {
......
......@@ -43,7 +43,7 @@ import java.util.*;
* 当前登录者的信息相关接口
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:10
*/
@RestController
......
......@@ -35,9 +35,9 @@ import org.springframework.web.bind.annotation.RestController;
/*
* 认证接口
*
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:09
*/
@RestController
......
......@@ -34,7 +34,7 @@ import java.io.InputStream;
* 静态文件下载/预览 ctrl
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:08
*/
@Controller
......
......@@ -34,7 +34,7 @@ import java.util.Map;
* 首页统计类
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@Slf4j
......
......@@ -41,7 +41,7 @@ import java.util.Map;
* 系统配置信息类
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@Slf4j
......
......@@ -38,7 +38,7 @@ import org.springframework.web.bind.annotation.RestController;
* 服务商管理类
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@RestController
......
......@@ -41,7 +41,7 @@ import java.util.Map;
* 服务商支付接口管理类
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-04-27 15:50
*/
@RestController
......
......@@ -34,7 +34,7 @@ import org.springframework.web.bind.annotation.*;
* 商户应用管理类
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-16 09:15
*/
@RestController
......
......@@ -47,7 +47,7 @@ import java.util.*;
* 商户管理类
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@RestController
......
......@@ -45,7 +45,7 @@ import java.util.List;
* 商户支付接口管理类
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-04-27 15:50
*/
@RestController
......
......@@ -41,7 +41,7 @@ import java.util.List;
* 商户支付通道管理类
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-04-27 15:30
*/
@RestController
......
......@@ -39,7 +39,7 @@ import org.springframework.web.bind.annotation.RestController;
* 商户通知类
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@RestController
......
......@@ -49,7 +49,7 @@ import java.util.Map;
* 支付订单类
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@RestController
......@@ -146,7 +146,7 @@ public class PayOrderController extends CommonCtrl {
/**
* 发起订单退款
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/17 16:38
*/
@MethodLog(remark = "发起订单退款")
......
......@@ -35,7 +35,7 @@ import org.springframework.web.bind.annotation.RestController;
* 退款订单类
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@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