mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 12:00:11 +08:00
交易分账 重构
This commit is contained in:
@@ -962,8 +962,10 @@ public class OrderService {
|
|||||||
// 支付撤销失败
|
// 支付撤销失败
|
||||||
paymentReverseFailed(data);
|
paymentReverseFailed(data);
|
||||||
} else if (AdapayEventEnum.cash_succeeded.getValue().equals(type)) {
|
} else if (AdapayEventEnum.cash_succeeded.getValue().equals(type)) {
|
||||||
|
// 取现成功
|
||||||
cashSucceeded(data);
|
cashSucceeded(data);
|
||||||
} else if (AdapayEventEnum.cash_failed.getValue().equals(type)) {
|
} else if (AdapayEventEnum.cash_failed.getValue().equals(type)) {
|
||||||
|
// 取现失败
|
||||||
cashFailed(data);
|
cashFailed(data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user