This commit is contained in:
2024-01-05 16:17:55 +08:00
parent 51a93357c3
commit 0fbb4a76d2
2 changed files with 6 additions and 2 deletions

View File

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