update 汇付退款

This commit is contained in:
2023-05-29 10:18:46 +08:00
parent aee277ae1a
commit 40be2c600c
7 changed files with 33 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ public class SpringBootTestController {
public void testAdapayRefund() {
// 创建汇付退款对象 在完成初始化设置情况下,调用方法,获取 Refund对象
try {
String id = "002212023052711245310508373206577954816";
String id = "002212023052710075810508353847861903360";
String refundAmount = "0.01";
Map<String, Object> refundParams = Maps.newHashMap();
refundParams.put("refund_amt", AdapayUtil.formatAmount(refundAmount));