mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 预约充电
This commit is contained in:
@@ -318,12 +318,12 @@ public class SpringBootTestController {
|
||||
|
||||
@Test
|
||||
public void createBalancePaymentRequestTest() {
|
||||
String outMemberId = "ACM40782726";
|
||||
String inMemberId = "0";
|
||||
String transAmt = "124.72";
|
||||
String title = "提取余额到自己账户";
|
||||
String desc = "2024年6月14日14点15分,售后需求:客户需要重新添加结算账户,原账户余额放弃提取";
|
||||
String wechatAppId = wechatAppId1;
|
||||
String outMemberId = "ACM42875164"; // 出账memberId
|
||||
String inMemberId = "0"; // 入账memberId
|
||||
String transAmt = "798.20"; // 金额
|
||||
String title = "提取余额到自己账户"; // 标题
|
||||
String desc = "2024年7月31日08点55分,售后需求:客户重新添加结算账户, 原账户余额无法提取, 由现下打款给客户"; // 描述
|
||||
String wechatAppId = wechatAppId1; // 万车充id
|
||||
adapayService.createBalancePaymentRequest(outMemberId, inMemberId, transAmt, title, desc, wechatAppId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user