🆕 #3138 【微信支付】增加接查询结算账户修改申请状态的接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user