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