Commit cf1387fd authored by terrfly's avatar terrfly
Browse files

变更文件site

parent adba7f7e
......@@ -38,7 +38,7 @@ import java.util.Map;
* 支付宝 回调接口实现类
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:20
*/
@Service
......
......@@ -31,7 +31,7 @@ import org.springframework.stereotype.Service;
* 支付宝: 获取用户ID实现类
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:21
*/
@Service
......
......@@ -30,7 +30,7 @@ import org.apache.commons.lang3.StringUtils;
* 【支付宝】支付通道工具包
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:19
*/
public class AlipayKit {
......
......@@ -29,7 +29,7 @@ import org.springframework.stereotype.Service;
* 支付宝 查单接口实现类
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:20
*/
@Service
......
......@@ -29,7 +29,7 @@ import org.springframework.stereotype.Service;
* 支付方式: 自适应
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:19
*/
@Service
......
......@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
* 退款接口: 支付宝官方
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/17 9:38
*/
@Service
......
......@@ -50,7 +50,7 @@ import java.math.BigDecimal;
* 渠道侧自定义业务ctrl
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/15 11:49
*/
@Slf4j
......
......@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
* 支付宝 APP支付
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:20
*/
@Service("alipayPaymentByAliAppService") //Service Name需保持全局唯一性
......
......@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 支付宝 条码支付
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:20
*/
@Service("alipayPaymentByAliBarService") //Service Name需保持全局唯一性
......
......@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 支付宝 jsapi支付
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:20
*/
@Service("alipayPaymentByJsapiService") //Service Name需保持全局唯一性
......
......@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 支付宝 PC支付
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:21
*/
@Service("alipayPaymentByAliPcService") //Service Name需保持全局唯一性
......
......@@ -36,7 +36,7 @@ import org.springframework.stereotype.Service;
* 支付宝 QR支付
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:21
*/
@Service("alipayPaymentByAliQrService") //Service Name需保持全局唯一性
......
......@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 支付宝 wap支付
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:21
*/
@Service("alipayPaymentByAliWapService") //Service Name需保持全局唯一性
......
......@@ -53,7 +53,7 @@ import java.security.PrivateKey;
* 微信回调
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:10
*/
@Service
......
......@@ -30,7 +30,7 @@ import org.springframework.stereotype.Service;
* 微信支付 获取微信openID实现类
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:22
*/
@Service
......
......@@ -34,7 +34,7 @@ import org.springframework.stereotype.Service;
* 微信查单接口
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:10
*/
@Service
......
......@@ -35,7 +35,7 @@ import org.springframework.stereotype.Service;
* 支付方式: 自适应
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:10
*/
@Service
......
......@@ -41,7 +41,7 @@ import org.springframework.stereotype.Service;
* 退款接口: 微信官方
*
* @author xiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/17 16:38
*/
@Slf4j
......
......@@ -27,7 +27,7 @@ import org.apache.commons.lang3.StringUtils;
* 【微信支付】支付通道工具包
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:21
*/
public class WxpayKit {
......
......@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 微信 app支付
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByAppService") //Service Name需保持全局唯一性
......
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