|
|
@Retryable(value = BusinessException.class,
|
|
@Retryable(value = BusinessException.class,
|
|
|
backoff = @Backoff(delay = 1000, multiplier = 2))
|
|
backoff = @Backoff(delay = 1000, multiplier = 2))
|
|
|
public void issueOrder(Long userId, Long orderId, String applyKey, BigDecimal totalPrice) throws Exception {
|
|
public void issueOrder(Long userId, Long orderId, String applyKey, BigDecimal totalPrice) throws Exception {
|