mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 11:19:52 +08:00
提取余额
This commit is contained in:
@@ -556,13 +556,16 @@ public class PaymentTestController {
|
|||||||
System.out.println(JSON.toJSONString(response));
|
System.out.println(JSON.toJSONString(response));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 提取余额到自己账户
|
||||||
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void createBalancePaymentRequestTest() {
|
public void createBalancePaymentRequestTest() {
|
||||||
String outMemberId = "ACM42875164"; // 出账memberId
|
String outMemberId = "AM46804136"; // 出账memberId
|
||||||
String inMemberId = "0"; // 入账memberId
|
String inMemberId = "0"; // 入账memberId
|
||||||
String transAmt = "798.20"; // 金额
|
String transAmt = "23831.81"; // 金额
|
||||||
String title = "提取余额到自己账户"; // 标题
|
String title = "提取余额到自己账户"; // 标题
|
||||||
String desc = "2024年7月31日08点55分,售后需求:客户重新添加结算账户, 原账户余额无法提取, 由现下打款给客户"; // 描述
|
String desc = "2025年9月27日10点26分,售后需求:客户重新添加结算账户, 原账户余额无法提取, 由现下打款给客户"; // 描述
|
||||||
String wechatAppId = wechatAppId1; // 万车充id
|
String wechatAppId = wechatAppId1; // 万车充id
|
||||||
adapayService.createBalancePaymentRequest(outMemberId, inMemberId, transAmt, title, desc, wechatAppId);
|
adapayService.createBalancePaymentRequest(outMemberId, inMemberId, transAmt, title, desc, wechatAppId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user