mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
集团列表 查询
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user