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