This commit is contained in:
2023-08-23 16:46:07 +08:00
parent c5a8b808c6
commit 2b6ded7b75
4 changed files with 9 additions and 5 deletions

View File

@@ -329,7 +329,7 @@ public class OrderService {
* 汇付退款
* @param dto
*/
public void adapayRefund(ApplyRefundDTO dto) {
public void adapayRefund(ApplyRefundDTO dto){
log.info("汇付退款 param:{}", JSON.toJSONString(dto));
// 退款有两种情况 1-订单结算退款 2-用户余额退款
String refundType = dto.getRefundType();