mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 02:57:37 +08:00
🎨 #1189 优化错误异常输出,移除冗余代码
This commit is contained in:
@@ -50,7 +50,7 @@ public interface EntPayService {
|
||||
* 接口链接:https://api.mch.weixin.qq.com/mmpaymkttransfers/gettransferinfo
|
||||
* </pre>
|
||||
*
|
||||
* @param partnerTradeNo 商户订单号
|
||||
* @param request 请求对象
|
||||
* @return the ent pay query result
|
||||
* @throws WxPayException the wx pay exception
|
||||
*/
|
||||
@@ -105,6 +105,7 @@ public interface EntPayService {
|
||||
* @throws WxPayException the wx pay exception
|
||||
*/
|
||||
EntPayBankQueryResult queryPayBank(String partnerTradeNo) throws WxPayException;
|
||||
|
||||
/**
|
||||
* 企业付款到银行卡查询.
|
||||
* <pre>
|
||||
@@ -113,7 +114,7 @@ public interface EntPayService {
|
||||
* 接口链接:https://api.mch.weixin.qq.com/mmpaysptrans/query_bank
|
||||
* </pre>
|
||||
*
|
||||
* @param partnerTradeNo 商户订单号
|
||||
* @param request 请求对象
|
||||
* @return the ent pay bank query result
|
||||
* @throws WxPayException the wx pay exception
|
||||
*/
|
||||
|
Reference in New Issue
Block a user