mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-14 01:36:58 +08:00
帮助文档优化
This commit is contained in:
@@ -260,7 +260,7 @@ public abstract class BasePayService implements PayService {
|
||||
}
|
||||
|
||||
/**
|
||||
* 转账
|
||||
* 转账查询
|
||||
*
|
||||
* @param outNo 商户转账订单号
|
||||
* @param tradeNo 支付平台转账订单号
|
||||
@@ -273,7 +273,7 @@ public abstract class BasePayService implements PayService {
|
||||
}
|
||||
|
||||
/**
|
||||
* 转账
|
||||
* 转账查询
|
||||
*
|
||||
* @param outNo 商户转账订单号
|
||||
* @param tradeNo 支付平台转账订单号
|
||||
|
||||
@@ -322,7 +322,7 @@ public interface PayService {
|
||||
|
||||
|
||||
/**
|
||||
* 转账
|
||||
* 转账查询
|
||||
*
|
||||
* @param outNo 商户转账订单号
|
||||
* @param tradeNo 支付平台转账订单号
|
||||
@@ -332,7 +332,7 @@ public interface PayService {
|
||||
Map<String, Object> transferQuery(String outNo, String tradeNo);
|
||||
|
||||
/**
|
||||
* 转账
|
||||
* 转账查询
|
||||
*
|
||||
* @param outNo 商户转账订单号
|
||||
* @param tradeNo 支付平台转账订单号
|
||||
|
||||
Reference in New Issue
Block a user