完成前后端紫鸟部分开发

This commit is contained in:
super
2026-03-28 15:42:18 +08:00
parent 5c7f1187c0
commit e4a5f5acc0
41 changed files with 2354 additions and 153 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;
}