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/alipay/AlipayChannelNoticeService.java
View file @
cf1387fd
...
@@ -38,7 +38,7 @@ import java.util.Map;
...
@@ -38,7 +38,7 @@ import java.util.Map;
* 支付宝 回调接口实现类
* 支付宝 回调接口实现类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:20
* @date 2021/6/8 17:20
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/AlipayChannelUserService.java
View file @
cf1387fd
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Service;
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Service;
* 支付宝: 获取用户ID实现类
* 支付宝: 获取用户ID实现类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:21
* @date 2021/6/8 17:21
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/AlipayKit.java
View file @
cf1387fd
...
@@ -30,7 +30,7 @@ import org.apache.commons.lang3.StringUtils;
...
@@ -30,7 +30,7 @@ import org.apache.commons.lang3.StringUtils;
* 【支付宝】支付通道工具包
* 【支付宝】支付通道工具包
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:19
* @date 2021/6/8 17:19
*/
*/
public
class
AlipayKit
{
public
class
AlipayKit
{
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/AlipayPayOrderQueryService.java
View file @
cf1387fd
...
@@ -29,7 +29,7 @@ import org.springframework.stereotype.Service;
...
@@ -29,7 +29,7 @@ import org.springframework.stereotype.Service;
* 支付宝 查单接口实现类
* 支付宝 查单接口实现类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:20
* @date 2021/6/8 17:20
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/AlipayPaymentService.java
View file @
cf1387fd
...
@@ -29,7 +29,7 @@ import org.springframework.stereotype.Service;
...
@@ -29,7 +29,7 @@ import org.springframework.stereotype.Service;
* 支付方式: 自适应
* 支付方式: 自适应
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:19
* @date 2021/6/8 17:19
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/AlipayRefundService.java
View file @
cf1387fd
...
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
...
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
* 退款接口: 支付宝官方
* 退款接口: 支付宝官方
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 9:38
* @date 2021/6/17 9:38
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/ctrl/AlipayBizController.java
View file @
cf1387fd
...
@@ -50,7 +50,7 @@ import java.math.BigDecimal;
...
@@ -50,7 +50,7 @@ import java.math.BigDecimal;
* 渠道侧自定义业务ctrl
* 渠道侧自定义业务ctrl
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/15 11:49
* @date 2021/7/15 11:49
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/payway/AliApp.java
View file @
cf1387fd
...
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
...
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
* 支付宝 APP支付
* 支付宝 APP支付
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:20
* @date 2021/6/8 17:20
*/
*/
@Service
(
"alipayPaymentByAliAppService"
)
//Service Name需保持全局唯一性
@Service
(
"alipayPaymentByAliAppService"
)
//Service Name需保持全局唯一性
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/payway/AliBar.java
View file @
cf1387fd
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 支付宝 条码支付
* 支付宝 条码支付
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:20
* @date 2021/6/8 17:20
*/
*/
@Service
(
"alipayPaymentByAliBarService"
)
//Service Name需保持全局唯一性
@Service
(
"alipayPaymentByAliBarService"
)
//Service Name需保持全局唯一性
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/payway/AliJsapi.java
View file @
cf1387fd
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 支付宝 jsapi支付
* 支付宝 jsapi支付
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:20
* @date 2021/6/8 17:20
*/
*/
@Service
(
"alipayPaymentByJsapiService"
)
//Service Name需保持全局唯一性
@Service
(
"alipayPaymentByJsapiService"
)
//Service Name需保持全局唯一性
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/payway/AliPc.java
View file @
cf1387fd
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 支付宝 PC支付
* 支付宝 PC支付
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:21
* @date 2021/6/8 17:21
*/
*/
@Service
(
"alipayPaymentByAliPcService"
)
//Service Name需保持全局唯一性
@Service
(
"alipayPaymentByAliPcService"
)
//Service Name需保持全局唯一性
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/payway/AliQr.java
View file @
cf1387fd
...
@@ -36,7 +36,7 @@ import org.springframework.stereotype.Service;
...
@@ -36,7 +36,7 @@ import org.springframework.stereotype.Service;
* 支付宝 QR支付
* 支付宝 QR支付
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:21
* @date 2021/6/8 17:21
*/
*/
@Service
(
"alipayPaymentByAliQrService"
)
//Service Name需保持全局唯一性
@Service
(
"alipayPaymentByAliQrService"
)
//Service Name需保持全局唯一性
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/alipay/payway/AliWap.java
View file @
cf1387fd
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 支付宝 wap支付
* 支付宝 wap支付
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:21
* @date 2021/6/8 17:21
*/
*/
@Service
(
"alipayPaymentByAliWapService"
)
//Service Name需保持全局唯一性
@Service
(
"alipayPaymentByAliWapService"
)
//Service Name需保持全局唯一性
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/wxpay/WxpayChannelNoticeService.java
View file @
cf1387fd
...
@@ -53,7 +53,7 @@ import java.security.PrivateKey;
...
@@ -53,7 +53,7 @@ import java.security.PrivateKey;
* 微信回调
* 微信回调
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 18:10
* @date 2021/6/8 18:10
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/wxpay/WxpayChannelUserService.java
View file @
cf1387fd
...
@@ -30,7 +30,7 @@ import org.springframework.stereotype.Service;
...
@@ -30,7 +30,7 @@ import org.springframework.stereotype.Service;
* 微信支付 获取微信openID实现类
* 微信支付 获取微信openID实现类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:22
* @date 2021/6/8 17:22
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/wxpay/WxpayPayOrderQueryService.java
View file @
cf1387fd
...
@@ -34,7 +34,7 @@ import org.springframework.stereotype.Service;
...
@@ -34,7 +34,7 @@ import org.springframework.stereotype.Service;
* 微信查单接口
* 微信查单接口
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 18:10
* @date 2021/6/8 18:10
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/wxpay/WxpayPaymentService.java
View file @
cf1387fd
...
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
...
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
* 支付方式: 自适应
* 支付方式: 自适应
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 18:10
* @date 2021/6/8 18:10
*/
*/
@Service
@Service
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/wxpay/WxpayRefundService.java
View file @
cf1387fd
...
@@ -41,7 +41,7 @@ import org.springframework.stereotype.Service;
...
@@ -41,7 +41,7 @@ import org.springframework.stereotype.Service;
* 退款接口: 微信官方
* 退款接口: 微信官方
*
*
* @author xiaoyu
* @author xiaoyu
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/17 16:38
* @date 2021/6/17 16:38
*/
*/
@Slf4j
@Slf4j
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/wxpay/kits/WxpayKit.java
View file @
cf1387fd
...
@@ -27,7 +27,7 @@ import org.apache.commons.lang3.StringUtils;
...
@@ -27,7 +27,7 @@ import org.apache.commons.lang3.StringUtils;
* 【微信支付】支付通道工具包
* 【微信支付】支付通道工具包
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:21
* @date 2021/6/8 17:21
*/
*/
public
class
WxpayKit
{
public
class
WxpayKit
{
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/wxpay/payway/WxApp.java
View file @
cf1387fd
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
...
@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 微信 app支付
* 微信 app支付
*
*
* @author zhuxiao
* @author zhuxiao
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 18:08
* @date 2021/6/8 18:08
*/
*/
@Service
(
"wxpayPaymentByAppService"
)
//Service Name需保持全局唯一性
@Service
(
"wxpayPaymentByAppService"
)
//Service Name需保持全局唯一性
...
...
Prev
1
…
5
6
7
8
9
10
11
12
13
…
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