fix(update): send webhook on store live detection (Xiaomi 已上架)

updateStoreReviewLive was calling IM notifier but not sendWebhook,
so polling-detected APPROVED events (e.g. Xiaomi going live) never
triggered the tenant's configured webhook URL.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
XuqmGroup 2026-05-19 15:57:51 +08:00
父节点 f97201e3e3
当前提交 d007072ea9

查看文件

@ -402,6 +402,7 @@ public class AppStoreService {
Map.of("storeType", storeType,
"preExisting", preExisting,
"publishStatus", saved.getPublishStatus().name()));
sendWebhook(saved, storeType, AppVersionEntity.StoreReviewState.APPROVED, reason);
storeReviewImNotifier.notifyStoreReviewChange(
saved.getAppKey(), saved.getId(),
storeType, AppVersionEntity.StoreReviewState.APPROVED.name(),