mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 汇付退款
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user