集团列表 查询

This commit is contained in:
Guoqs
2024-06-12 15:38:44 +08:00
parent 28d872c471
commit be6726bf88
3 changed files with 22 additions and 11 deletions

View File

@@ -262,6 +262,17 @@ public class SpringBootTestController {
@Autowired
private NotificationService notificationService;
@Test
public void createBalancePaymentRequestTest() {
String outMemberId = "ACM29104861";
String inMemberId = "0";
String transAmt = "126.55";
String title = "提取余额到自己账户";
String desc = "2024年6月12日14点14分售后需求客户需要重新添加结算账户原账户余额放弃提取";
String wechatAppId = wechatAppId1;
adapayService.createBalancePaymentRequest(outMemberId, inMemberId, transAmt, title, desc, wechatAppId);
}
@Test
public void decryptPhoneNum() throws Exception {