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-payment/src/main/java/com/jeequan/jeepay/pay/channel/ysfpay/payway/YsfJsapi.java
View file @
cf1387fd
...
@@ -33,7 +33,7 @@ import org.springframework.stereotype.Service;
...
@@ -33,7 +33,7 @@ import org.springframework.stereotype.Service;
* 云闪付 jsapi
* 云闪付 jsapi
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 18:11
* @date 2021/6/8 18:11
*/
*/
@Service
(
"ysfpayPaymentByJsapiService"
)
//Service Name需保持全局唯一性
@Service
(
"ysfpayPaymentByJsapiService"
)
//Service Name需保持全局唯一性
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/ysfpay/utils/YsfHttpUtil.java
View file @
cf1387fd
...
@@ -39,9 +39,9 @@ import java.util.Map.Entry;
...
@@ -39,9 +39,9 @@ import java.util.Map.Entry;
/*
/*
* 参考云闪付demo实现的 httputils
* 参考云闪付demo实现的 httputils
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:25
* @date 2021/6/8 17:25
*/
*/
public
class
YsfHttpUtil
{
public
class
YsfHttpUtil
{
...
@@ -448,4 +448,4 @@ public class YsfHttpUtil {
...
@@ -448,4 +448,4 @@ public class YsfHttpUtil {
}
}
\ No newline at end of file
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/ysfpay/utils/YsfSignUtils.java
View file @
cf1387fd
...
@@ -34,7 +34,7 @@ import java.util.TreeMap;
...
@@ -34,7 +34,7 @@ import java.util.TreeMap;
*
*
* @author terrfly
* @author terrfly
* @modify pangxiaoyu
* @modify pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-06-07 07:15
* @date 2021-06-07 07:15
*/
*/
public
class
YsfSignUtils
{
public
class
YsfSignUtils
{
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/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;
* RedisConfig
* RedisConfig
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:25
* @date 2021/6/8 17:25
*/
*/
@Configuration
@Configuration
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/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-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/AbstractPayOrderController.java
View file @
cf1387fd
...
@@ -53,7 +53,7 @@ import java.util.Date;
...
@@ -53,7 +53,7 @@ import java.util.Date;
* 创建支付订单抽象类
* 创建支付订单抽象类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:26
* @date 2021/6/8 17:26
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/ChannelNoticeController.java
View file @
cf1387fd
...
@@ -42,7 +42,7 @@ import javax.servlet.http.HttpServletRequest;
...
@@ -42,7 +42,7 @@ import javax.servlet.http.HttpServletRequest;
* 渠道侧的通知入口Controller 【分为同步跳转(doReturn)和异步回调(doNotify) 】
* 渠道侧的通知入口Controller 【分为同步跳转(doReturn)和异步回调(doNotify) 】
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:26
* @date 2021/6/8 17:26
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/QueryOrderController.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;
* 商户查单controller
* 商户查单controller
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:26
* @date 2021/6/8 17:26
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/UnifiedOrderController.java
View file @
cf1387fd
...
@@ -36,7 +36,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -36,7 +36,7 @@ import org.springframework.web.bind.annotation.RestController;
* 统一下单 controller
* 统一下单 controller
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:27
* @date 2021/6/8 17:27
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/payway/AliBarOrderController.java
View file @
cf1387fd
...
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
* 支付宝 条码支付 controller
* 支付宝 条码支付 controller
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:25
* @date 2021/6/8 17:25
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/payway/AliJsapiOrderController.java
View file @
cf1387fd
...
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
* 支付宝 jspai controller
* 支付宝 jspai controller
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:25
* @date 2021/6/8 17:25
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/payway/YsfBarOrderController.java
View file @
cf1387fd
...
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
* 云闪付 条码支付 controller
* 云闪付 条码支付 controller
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:25
* @date 2021/6/8 17:25
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/payorder/payway/YsfJsapiOrderController.java
View file @
cf1387fd
...
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
* 云闪付 jsapi支付 controller
* 云闪付 jsapi支付 controller
*
*
* @author pangxiaoyu
* @author pangxiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:25
* @date 2021/6/8 17:25
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/qr/ChannelUserIdController.java
View file @
cf1387fd
...
@@ -39,7 +39,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -39,7 +39,7 @@ import org.springframework.web.bind.annotation.RestController;
* 商户获取渠道用户ID接口
* 商户获取渠道用户ID接口
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:27
* @date 2021/6/8 17:27
*/
*/
@RestController
@RestController
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/qr/QrCashierController.java
View file @
cf1387fd
...
@@ -40,7 +40,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -40,7 +40,7 @@ import org.springframework.web.bind.annotation.RestController;
* 聚合码支付二维码收银台controller
* 聚合码支付二维码收银台controller
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:27
* @date 2021/6/8 17:27
*/
*/
@RestController
@RestController
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/refund/QueryRefundOrderController.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;
* 商户退款单查询controller
* 商户退款单查询controller
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 15:20
* @date 2021/6/17 15:20
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/refund/RefundOrderController.java
View file @
cf1387fd
...
@@ -48,7 +48,7 @@ import java.util.Date;
...
@@ -48,7 +48,7 @@ import java.util.Date;
* 商户发起退款 controller
* 商户发起退款 controller
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/16 15:54
* @date 2021/6/16 15:54
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/ctrl/scanimg/ScanImgController.java
View file @
cf1387fd
...
@@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.RestController;
...
@@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.RestController;
* jeepay 扫描图片生成器
* jeepay 扫描图片生成器
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:28
* @date 2021/6/8 17:28
*/
*/
@RestController
@RestController
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/exception/ChannelException.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import lombok.Getter;
...
@@ -23,7 +23,7 @@ import lombok.Getter;
* 抛出此异常: 仅支持: 未知状态(需查单) 和 系统内异常
* 抛出此异常: 仅支持: 未知状态(需查单) 和 系统内异常
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:28
* @date 2021/6/8 17:28
*/
*/
@Getter
@Getter
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/model/AlipayClientWrapper.java
View file @
cf1387fd
...
@@ -29,7 +29,7 @@ import lombok.extern.slf4j.Slf4j;
...
@@ -29,7 +29,7 @@ import lombok.extern.slf4j.Slf4j;
* 支付宝Client 包装类
* 支付宝Client 包装类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:28
* @date 2021/6/8 17:28
*/
*/
@Slf4j
@Slf4j
...
...
Prev
1
…
7
8
9
10
11
12
13
14
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