|
@@ -106,6 +106,7 @@ public class AppStoreWebhookMonitor {
|
|
|
// throw new BackendRuntimeException(ErrorMessage.PAYMENT_APPSTORE_WEBHOOK_EVENT_NO_HANDLE.concat(decodedPayload.getNotificationType().toString()));
|
|
|
}
|
|
|
}
|
|
|
+ return ResponseEntity.ok().build();
|
|
|
} catch (InterruptedException e) {
|
|
|
log.info("上锁失败");
|
|
|
log.error("上锁失败".concat(e.getMessage()),e);
|