完成前后端紫鸟部分开发

This commit is contained in:
super
2026-03-28 15:42:18 +08:00
parent d3c7938627
commit 9c6232bc85
52 changed files with 2406 additions and 209 deletions

View File

@@ -28,4 +28,16 @@ public class ZiniaoProperties {
private long shopsCacheMinutes;
private int connectTimeoutSeconds;
private int readTimeoutSeconds;
/**
* 店铺匹配时最多尝试多少个 apiKey
* null/空/<=0 表示不限制(不推荐)。
*/
private Integer keyScanMaxKeys;
/**
* 店铺匹配时最多扫描多少秒;
* null/空/<=0 表示不限制(不推荐)。
*/
private Integer keyScanMaxSeconds;
}