This commit is contained in:
2024-01-22 14:08:32 +08:00
parent bba7c16e35
commit 8706eac512
3 changed files with 4 additions and 4 deletions

View File

@@ -1086,7 +1086,7 @@ public class OrderService {
.acquirer(AcquirerEnum.ADAPAY.getValue())
.build();
// 订单支付成功 支付回调
orderBasicInfoService.payOrderSuccessCallback(callbackDTO);
orderBasicInfoService.payOrderSuccessCallback(callbackDTO); // 订单在线支付成功回调
} else if (StringUtils.equals(scenarioType, ScenarioEnum.BALANCE.getValue())) { // 2-充值余额
// 充值余额成功
UpdateMemberBalanceDTO dto = new UpdateMemberBalanceDTO();