This commit is contained in:
van
2026-04-09 01:19:15 +08:00
parent a2c4589046
commit 31e7e6853b
3 changed files with 45 additions and 2 deletions

View File

@@ -41,6 +41,11 @@ public class JarvisGoofishProperties {
*/
private int pullTimeChunkSeconds = 604800;
/**
* 订单列表单次请求中 update_time 区间最大跨度。开放平台返回「只能查询时间范围6个月内的数据」时须≤此值默认约 180 天留余量
*/
private int pullMaxUpdateTimeRangeSeconds = 15552000;
/**
* 全量拉单从「当前时间」往前推多少天作为起点(仅 full 接口;可自行改大)
*/