🎨 #1189 优化错误异常输出,移除冗余代码

This commit is contained in:
Binary Wang
2019-09-05 12:31:26 +08:00
parent eecd4bec76
commit 8ab4af031a
81 changed files with 789 additions and 800 deletions

View File

@@ -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
*/