实现微信支付关闭订单的接口 #54
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user