cl
8 小时以前 52e09a6b7b7054fc51b9d4bf5f1fbec0a57e60f1
rsf-server/src/main/resources/application-dev.yml
@@ -81,12 +81,19 @@
    port: 8080
    #接品链接前缀
    pre-path: ""
    # Feign 调用云仓时的根地址。云仓未提供 URL 时可用本机模拟:http://127.0.0.1:8086/rsf-server(本服务提供的 CloudWmsMockController)
    # Feign 调用云仓时的根地址。本机模拟:http://127.0.0.1:8086/rsf-server(CloudWmsMockController:/dapilc/.../cusInventoryCompletionReport 等)
    base-url: http://127.0.0.1:8086/rsf-server
    #接口明细(立库侧请求云仓时使用的路径)
    # 鼎捷 DAP ilcwmsplus 完成反馈(9.1/9.2 组包用)
    dap:
      org-no: ""
      doc-type-in: ""
      doc-type-out: ""
      doc-type-adj: ""
      unit-no: PCS
    #接口明细(质检等;入出库完成已固定为 /dapilc/restful/service/ilcwmsplus/IKWebService/...)
    api:
      notify-inspect: /report/inspect
      in-out-result-path: /api/report/inOutResult
      in-out-result-path: /dapilc/restful/service/ilcwmsplus/IKWebService/cusInventoryCompletionReport
      inventory-adjust-path: /api/report/inventoryAdjust
      mat-sync-path: /api/mat/sync
  rcs:
@@ -106,3 +113,14 @@
    flagAvailable: true
    #判断是否校验合格后,才允许收货
    flagReceiving: false
# HTTP 接口审计(rsf-http-audit,引入依赖即生效,可 enabled=false 关闭)
http-audit:
  enabled: true
  query-response-max-chars: 500
  max-response-store-chars: 65535
  path-descriptions:
    "/erp/order": "云仓-订单查询"
    "/erp/order/add": "云仓-单据下发"
    "/erp/order/addAll": "云仓-批量单据下发"
    "/erp/order/cancel": "云仓-取消单据"