Skip to content

Commit e296d23

Browse files
committed
minor updates
1 parent 111e5fb commit e296d23

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpPayService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface WxMpPayService {
2828
* </pre>
2929
*
3030
* @param transactionId 微信订单号
31-
* @param outTradeNo 商户系统内部的订单号,当没提供transaction_id时需要传这个
31+
* @param outTradeNo 商户系统内部的订单号,当没提供transactionId时需要传这个
3232
*/
3333
WxPayOrderQueryResult queryOrder(String transactionId, String outTradeNo) throws WxErrorException;
3434

@@ -44,7 +44,7 @@ public interface WxMpPayService {
4444
* 是否需要证书: 不需要。
4545
* </pre>
4646
*
47-
* @param outTradeNo 商户系统内部的订单号,当没提供transaction_id时需要传这个。
47+
* @param outTradeNo 商户系统内部的订单号
4848
*/
4949
WxPayOrderCloseResult closeOrder(String outTradeNo) throws WxErrorException;
5050

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpPayServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ public File downloadBill(String billDate, String billType, String tarType, Strin
404404

405405
WxPayCommonResult result = WxPayBaseResult.fromXML(responseContent, WxPayCommonResult.class);
406406
this.checkResult(result);
407+
//TODO 待实现,暂时无测试帐号,无法调试
407408
return null;
408409
}
409410

0 commit comments

Comments
 (0)