cl
2026-04-16 a733585b4450241cd675e6daa4dafa9f6fa6a166
rsf-open-api/src/main/java/com/vincent/rsf/openApi/tv/TvRcsStationPollProperties.java
@@ -18,13 +18,13 @@
    /** Spring cron,默认每 5 秒 */
    private String cron = "0/5 * * * * ?";
    /** GET 全路径,如 http://10.10.10.200:8088/station/getTaskNo?stationId=1007 */
    /** GET 全路径,如 http://10.10.10.200:8088/cv/station/getTaskNo?stationId=1007 */
    private String taskNoPollUrl = "";
    /** 写入 Redis Hash 的 field,与 RCS 回调 staNo 一致 */
    private String taskNoStationId = "1007";
    /** 全路径,如 http://10.10.10.200:8088/station/getError */
    /** 全路径,如 http://10.10.10.200:8088/cv/station/getError */
    private String errorPollUrl = "";
    /** true:POST JSON {@code {"staNo": errorStationId}}(RCS 文档);false:GET 原 URL */