cl
7 天以前 9ca146e7afa543d2c516a91c95929d34aa48a52c
rsf-open-api/src/main/java/com/vincent/rsf/openApi/tv/TvRcsStationPollProperties.java
@@ -24,9 +24,15 @@
    /** 写入 Redis Hash 的 field,与 RCS 回调 staNo 一致 */
    private String taskNoStationId = "1007";
    /** GET 全路径,如 http://10.10.10.200:8088/station/getError?stationId=1010 */
    /** 全路径,如 http://10.10.10.200:8088/station/getError */
    private String errorPollUrl = "";
    /** true:POST JSON {@code {"staNo": errorStationId}}(RCS 文档);false:GET 原 URL */
    private boolean errorPollUsePost = true;
    /** 解析异常列表时默认站点号(写入 [staNo] 前缀) */
    private String errorStationId = "1010";
    /** 取到任务号后是否调 WMS /monitor/queryTask 合并料箱、物料明细到 tvWcsStationStatus */
    private boolean enrichTaskFromWms = true;
}