cl
2026-04-17 ca0d167f5059f700c11732ff3187e0913b6a7311
rsf-open-api/src/main/resources/application-prod.yml
@@ -63,11 +63,16 @@
  rcs-callback-token: ""
  # 定时 GET RCS 站点接口 → 写入与 zy-monitor-admin 相同 Redis → 电视机 WebSocket 沿用既有推送
  rcs-station-poll:
    enabled: false
    # enabled: false
    enabled: true
    cron: "0/5 * * * * ?"
    task-no-poll-url: "http://10.10.10.200:8088/station/getTaskNo?stationId=1007"
    # task-no-poll-url: "http://10.10.10.200:8877/cv/station/getTaskNo?stationId=1007"
    task-no-poll-url: "http://10.10.10.200:8877/cv/station/getTaskNo"
    task-no-poll-use-post: true
    task-no-station-id: "1007"
    error-poll-url: "http://10.10.10.200:8088/station/getError?stationId=1010"
    # error-poll-url: "http://10.10.10.200:8877/cv/station/getError?stationId=1010"
    error-poll-url: "http://10.10.10.200:8877/cv/station/getError"
    error-poll-use-post: true
    error-station-id: "1010"
#平台接口信息配置(如:ERP, QMS, WCS等)
@@ -91,9 +96,6 @@
http-audit:
  enabled: true
  whitelist-only: true
  # false:/httpAuditLog、/httpAuditRule 也会被 Filter 记录(与 rsf-server dev 一致)
  exclude-audit-self-paths: false
  rule-cache-refresh-ms: 60000
  query-response-max-chars: 500
  max-response-store-chars: 65535
  # 审计数据源:primary / cus-item-sync
  datasource: primary
  # 其余审计参数改为 sys_http_audit_config 表配置