Merge branch 'dev' into dev-g

This commit is contained in:
Guoqs
2025-06-26 15:50:09 +08:00
22 changed files with 794 additions and 53 deletions

View File

@@ -211,15 +211,16 @@ public class PaymentTestController {
/**
* 提现方法
*
*/
@Test
public void withdraw() {
String merchantId = "349";
String merchantId = "87";
String orderNo = "drawcash_" + merchantId + "_" + System.currentTimeMillis();
BigDecimal cashAmt = new BigDecimal("560.17");
String adapayMemberId = "ACM88073310";
BigDecimal cashAmt = new BigDecimal("2013.81");
String adapayMemberId = "AM67987250";
// String adapayAppId = "app_d0c80cb1-ffc8-48cb-a030-fe9bec823aaa"; // 固定参数, 汇付配置的万车充小程序appId
String settleAccountId = "0744607938214272";
String settleAccountId = "0600303988488384";
String wechatAppId = wechatAppId1;
try {
adapayService.createDrawcashRequest(orderNo, cashAmt, adapayMemberId, adapayAppId, settleAccountId, wechatAppId);