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>
这个提交包含在:
父节点
f97201e3e3
当前提交
d007072ea9
@ -402,6 +402,7 @@ public class AppStoreService {
|
|||||||
Map.of("storeType", storeType,
|
Map.of("storeType", storeType,
|
||||||
"preExisting", preExisting,
|
"preExisting", preExisting,
|
||||||
"publishStatus", saved.getPublishStatus().name()));
|
"publishStatus", saved.getPublishStatus().name()));
|
||||||
|
sendWebhook(saved, storeType, AppVersionEntity.StoreReviewState.APPROVED, reason);
|
||||||
storeReviewImNotifier.notifyStoreReviewChange(
|
storeReviewImNotifier.notifyStoreReviewChange(
|
||||||
saved.getAppKey(), saved.getId(),
|
saved.getAppKey(), saved.getId(),
|
||||||
storeType, AppVersionEntity.StoreReviewState.APPROVED.name(),
|
storeType, AppVersionEntity.StoreReviewState.APPROVED.name(),
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户