Package com.foxinmy.weixin4j.mp.test
Class PayTest
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.test.PayTest
-
public class PayTest extends Object
支付测试(V2版本 2014年9月之前申请微信支付的公众号)- Since:
- JDK 1.7
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description PayTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
downbillV2()
void
orderQueryV2()
void
refundQueryV2()
void
refundV2()
-
-
-
Field Detail
-
caFile
protected File caFile
商户证书文件
-
-
Method Detail
-
orderQueryV2
public void orderQueryV2() throws WeixinException
- Throws:
WeixinException
-
refundV2
public void refundV2() throws WeixinException, IOException
- Throws:
WeixinException
IOException
-
refundQueryV2
public void refundQueryV2() throws WeixinException
- Throws:
WeixinException
-
downbillV2
public void downbillV2() throws WeixinException
- Throws:
WeixinException
-
-