update 平台配置页面

This commit is contained in:
2024-04-24 17:08:14 +08:00
parent bf0e3f5334
commit 9ed65fbd23
13 changed files with 375 additions and 42 deletions

View File

@@ -674,8 +674,8 @@ public class SpringBootTestController {
*/
@Test
public void createDeleteSettleAccountRequestTest() throws BaseAdaPayException {
String adapayMemberId = "ACM82792551";
String settleAccountId = "0523453573196672";
String adapayMemberId = "AM40919405";
String settleAccountId = "0540761871278208";
adapayService.createDeleteSettleAccountRequest(adapayMemberId, settleAccountId, wechatAppId1);
}