Commit cf1387fd authored by terrfly's avatar terrfly
Browse files

变更文件site

parent adba7f7e
......@@ -33,7 +33,7 @@ import org.springframework.stereotype.Service;
* 云闪付 jsapi
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:11
*/
@Service("ysfpayPaymentByJsapiService") //Service Name需保持全局唯一性
......
......@@ -39,9 +39,9 @@ import java.util.Map.Entry;
/*
* 参考云闪付demo实现的 httputils
*
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:25
*/
public class YsfHttpUtil {
......@@ -448,4 +448,4 @@ public class YsfHttpUtil {
}
\ No newline at end of file
}
......@@ -34,7 +34,7 @@ import java.util.TreeMap;
*
* @author terrfly
* @modify pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
public class YsfSignUtils {
......
......@@ -27,7 +27,7 @@ import org.springframework.data.redis.core.StringRedisTemplate;
* RedisConfig
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:25
*/
@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
*/
@Component
......
......@@ -53,7 +53,7 @@ import java.util.Date;
* 创建支付订单抽象类
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:26
*/
@Slf4j
......
......@@ -42,7 +42,7 @@ import javax.servlet.http.HttpServletRequest;
* 渠道侧的通知入口Controller 【分为同步跳转(doReturn)和异步回调(doNotify) 】
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:26
*/
@Slf4j
......
......@@ -33,7 +33,7 @@ import org.springframework.web.bind.annotation.RestController;
* 商户查单controller
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:26
*/
@Slf4j
......
......@@ -36,7 +36,7 @@ import org.springframework.web.bind.annotation.RestController;
* 统一下单 controller
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:27
*/
@Slf4j
......
......@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
* 支付宝 条码支付 controller
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:25
*/
@Slf4j
......
......@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
* 支付宝 jspai controller
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:25
*/
@Slf4j
......
......@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
* 云闪付 条码支付 controller
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:25
*/
@Slf4j
......
......@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
* 云闪付 jsapi支付 controller
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:25
*/
@Slf4j
......
......@@ -39,7 +39,7 @@ import org.springframework.web.bind.annotation.RestController;
* 商户获取渠道用户ID接口
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:27
*/
@RestController
......
......@@ -40,7 +40,7 @@ import org.springframework.web.bind.annotation.RestController;
* 聚合码支付二维码收银台controller
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:27
*/
@RestController
......
......@@ -33,7 +33,7 @@ import org.springframework.web.bind.annotation.RestController;
* 商户退款单查询controller
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/17 15:20
*/
@Slf4j
......
......@@ -48,7 +48,7 @@ import java.util.Date;
* 商户发起退款 controller
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/16 15:54
*/
@Slf4j
......
......@@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.RestController;
* jeepay 扫描图片生成器
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:28
*/
@RestController
......
......@@ -23,7 +23,7 @@ import lombok.Getter;
* 抛出此异常: 仅支持: 未知状态(需查单) 和 系统内异常
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:28
*/
@Getter
......
......@@ -29,7 +29,7 @@ import lombok.extern.slf4j.Slf4j;
* 支付宝Client 包装类
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:28
*/
@Slf4j
......
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