update 退余额

This commit is contained in:
2023-08-17 12:44:36 +08:00
parent 0845883051
commit 077090f77c
2 changed files with 12 additions and 7 deletions

View File

@@ -684,7 +684,7 @@ public class AdapayMemberService {
expendMap.put("orderCode", orderCode);
}
reverseParams.put("expand", expendMap);
// reverseParams.put("reason", "reason");
reverseParams.put("reason", expendMap);
Map<String, Object> paymentReverse = null;
try {
paymentReverse = PaymentReverse.create(reverseParams, config.getWechatAppId());