1
This commit is contained in:
@@ -58,6 +58,13 @@ public class JarvisGoofishProperties {
|
||||
*/
|
||||
private String autoShipOrderStatuses = "12";
|
||||
|
||||
/**
|
||||
* 定时/增量「订单列表」拉单是否仅请求 {@link #autoShipOrderStatuses} 中的状态(通常即待发货)。
|
||||
* 为 true 时可显著减少列表与后续详情拉取次数;其余状态依赖开放平台推送回调刷新。
|
||||
* 全量历史回补若需全状态,可临时设为 false。
|
||||
*/
|
||||
private boolean pullListOnlyAutoShipStatuses = true;
|
||||
|
||||
/**
|
||||
* 未在 erp_open_config 配置 express_code 时,自动发货使用的默认快递公司编码(官方列表中日日顺多为 rrs)。
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user