汇付支付订单

This commit is contained in:
2023-05-26 10:14:28 +08:00
parent a1e84a13a1
commit 33d8f29964

View File

@@ -149,7 +149,6 @@ public class PayController extends BaseController {
if (isLock) {
map = orderService.payOrder(dto);
}
// Map<String, Object> map = orderService.payOrder(dto);
response = new RestApiResponse<>(map);
} catch (BusinessException e) {
logger.warn("支付订单 warn param:{}", dto.toString(), e);