Package com.foxinmy.weixin4j.pay.test
Class TestProfitSharingApi
- java.lang.Object
-
- com.foxinmy.weixin4j.pay.test.TestProfitSharingApi
-
public class TestProfitSharingApi extends Object
-
-
Constructor Summary
Constructors Constructor Description TestProfitSharingApi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAddReceiver()
测试添加分帐方void
testProfitSharing()
单次分帐void
testRemoveReceiver()
测试删除分帐方
-
-
-
Method Detail
-
testAddReceiver
public void testAddReceiver() throws WeixinException
测试添加分帐方- Throws:
WeixinException
-
testRemoveReceiver
public void testRemoveReceiver() throws WeixinException
测试删除分帐方- Throws:
WeixinException
-
testProfitSharing
public void testProfitSharing() throws WeixinException
单次分帐- Throws:
WeixinException
-
-