实现微信支付关闭订单的接口 #54

This commit is contained in:
Binary Wang
2016-10-27 18:42:41 +08:00
parent ecba1ecf90
commit 4959966222
5 changed files with 124 additions and 0 deletions

View File

@@ -87,6 +87,15 @@ public class WxMpPayServiceImplTest {
System.err.println(this.wxService.getPayService().queryOrder(null, "11111"));
}
/**
* Test method for {@link me.chanjar.weixin.mp.api.impl.WxMpPayServiceImpl#closeOrder(String)} .
* @throws WxErrorException
*/
@Test
public final void testCloseOrder() throws WxErrorException {
System.err.println(this.wxService.getPayService().closeOrder("11212121"));
}
/**
* Test method for {@link me.chanjar.weixin.mp.api.impl.WxMpPayServiceImpl#entPay(WxEntPayRequest, File)}.
* @throws WxErrorException