This commit is contained in:
2024-01-05 16:04:47 +08:00
parent 29adce0d00
commit 51a93357c3

View File

@@ -560,8 +560,8 @@ public class SpringBootTestController {
@Test @Test
public void createDeleteSettleAccountRequestTest() throws BaseAdaPayException { public void createDeleteSettleAccountRequestTest() throws BaseAdaPayException {
String adapayMemberId = "ACM69424215"; String adapayMemberId = "ACM84693947";
String settleAccountId = "0498291998695360"; String settleAccountId = "0525527966423680";
adapayService.createDeleteSettleAccountRequest(adapayMemberId, settleAccountId, wechatAppId1); adapayService.createDeleteSettleAccountRequest(adapayMemberId, settleAccountId, wechatAppId1);
} }