紫鸟查询店铺更新

This commit is contained in:
super
2026-04-02 01:15:50 +08:00
parent df606a1087
commit 855f1affd9
25 changed files with 891 additions and 38992 deletions

View File

@@ -40,4 +40,25 @@ public class ZiniaoProperties {
* null/空/<=0 表示不限制(不推荐)。
*/
private Integer keyScanMaxSeconds;
/**
* 店铺索引后台刷新 cron。
*/
private String shopIndexRefreshCron;
/**
* 店铺索引条目保鲜分钟数。
*/
private Integer shopIndexFreshMinutes;
/**
* 店铺索引条目 TTL 小时数。
*/
private Integer shopIndexEntryTtlHours;
/**
* 每次索引刷新最多扫描多少个 apiKey
* null/空/<=0 表示不限制(不推荐)。
*/
private Integer shopIndexRefreshBatchSize;
}