1
0
mirror of synced 2025-12-27 05:19:07 +08:00

🆕 #3138 【微信支付】增加接查询结算账户修改申请状态的接口

This commit is contained in:
Chiva Chen
2023-09-29 16:30:52 +08:00
committed by GitHub
parent d470e9a693
commit 85c46ebf70
4 changed files with 101 additions and 1 deletions

View File

@@ -79,8 +79,14 @@ public class Applyment4SubServiceImplTest {
applyment4SubService.modifySettlement(subMchid,modifySettlementRequest);
}
@Test
public void testSettlementApplication() throws WxPayException{
Applyment4SubService applyment4SubService=new Applyment4SubServiceImpl(wxPayService);
String subMchid="subMchid";
String applymentId="applymentId";
applyment4SubService.settlementApplication(subMchid, applymentId);
}