Commit cf1387fd authored by terrfly's avatar terrfly
Browse files

变更文件site

parent adba7f7e
......@@ -38,7 +38,7 @@ import org.springframework.stereotype.Service;
* 微信 bar
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByBarService") //Service Name需保持全局唯一性
......
......@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 微信 H5 支付
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByH5Service") //Service Name需保持全局唯一性
......
......@@ -41,7 +41,7 @@ import org.springframework.stereotype.Service;
* 微信 jsapi支付
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByJsapiService") //Service Name需保持全局唯一性
......
......@@ -40,7 +40,7 @@ import org.springframework.stereotype.Service;
* 微信 小程序支付
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByLiteService") //Service Name需保持全局唯一性
......
......@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 微信 native支付
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByNativeService") //Service Name需保持全局唯一性
......
......@@ -35,7 +35,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("wxpayPaymentByAppV3Service") //Service Name需保持全局唯一性
......
......@@ -28,7 +28,7 @@ import org.springframework.stereotype.Service;
* 微信 条码支付
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByBarV3Service") //Service Name需保持全局唯一性
......
......@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 微信 H5支付
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByH5V3Service") //Service Name需保持全局唯一性
......
......@@ -36,7 +36,7 @@ import org.springframework.stereotype.Service;
* 微信 jsapi支付
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByJsapiV3Service") //Service Name需保持全局唯一性
......
......@@ -36,7 +36,7 @@ import org.springframework.stereotype.Service;
* 微信 小程序
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByLiteV3Service") //Service Name需保持全局唯一性
......
......@@ -37,7 +37,7 @@ import org.springframework.stereotype.Service;
* 微信 native支付
*
* @author zhuxiao
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:08
*/
@Service("wxpayPaymentByNativeV3Service") //Service Name需保持全局唯一性
......
......@@ -37,7 +37,7 @@ import javax.servlet.http.HttpServletRequest;
* 云闪付回调
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@Service
......
......@@ -30,7 +30,7 @@ import org.springframework.stereotype.Service;
* 云闪付查单
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@Service
......
......@@ -42,7 +42,7 @@ import java.util.Date;
* 云闪付下单
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-06-07 07:15
*/
@Service
......
......@@ -32,7 +32,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
......
......@@ -33,7 +33,7 @@ import org.springframework.stereotype.Service;
* 云闪付 支付宝 条码支付
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:11
*/
@Service("ysfPaymentByAliBarService") //Service Name需保持全局唯一性
......
......@@ -34,7 +34,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("ysfpayPaymentByAliJsapiService") //Service Name需保持全局唯一性
......
......@@ -33,7 +33,7 @@ import org.springframework.stereotype.Service;
* 云闪付 微信bar
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:11
*/
@Service("ysfPaymentByWxBarService") //Service Name需保持全局唯一性
......
......@@ -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("ysfpayPaymentByWxJsapiService") //Service Name需保持全局唯一性
......
......@@ -33,7 +33,7 @@ import org.springframework.stereotype.Service;
* 云闪付 云闪付条码支付
*
* @author pangxiaoyu
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 18:11
*/
@Service("ysfPaymentByYsfBarService") //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