手动创建结算账户

This commit is contained in:
2023-08-21 14:49:22 +08:00
parent 64f75bd086
commit 3f5d0f4283
2 changed files with 75 additions and 6 deletions

View File

@@ -198,6 +198,14 @@ public class SpringBootTestController {
@Autowired
private OrderPileOccupyService orderPileOccupyService;
@Test
public void createDeleteSettleAccountRequestTest() throws BaseAdaPayException {
String adapayMemberId = "ACM69424215";
String settleAccountId = "0498291998695360";
String wechatAppId = "wxbb3e0d474569481d";
adapayService.createDeleteSettleAccountRequest(adapayMemberId, settleAccountId, wechatAppId);
}
@Test
public void queryDrawcashDetailTest() throws BaseAdaPayException {
String orderNo = "drawcash_1692339516947";