完成前后端紫鸟部分开发
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user