feat:CID消息通知

This commit is contained in:
2025-12-03 14:40:35 +08:00
parent 9187830cd9
commit 1070591a7c
3 changed files with 7 additions and 1 deletions

View File

@@ -167,3 +167,5 @@ cid:
batchCount: 500
# 批量查询的cid 接口配合上面url使用
batchInterfacePath: /spdm-flow/listFlowNodeDetail
msg:
sendMessage: /spdm-msg/sendMessage

View File

@@ -167,6 +167,8 @@ cid:
batchCount: 500
# 批量查询的cid 接口配合上面url使用
batchInterfacePath: /spdm-flow/listFlowNodeDetail
msg:
sendMessage: /spdm-msg/sendMessage
# 0单机处理可以指向本地1负载均衡轮询
serverType: 0

View File

@@ -178,4 +178,6 @@ cid:
# 单次批量查询cid审批流详情的条数
batchCount: 500
# 批量查询的cid 接口配合上面url使用
batchInterfacePath: /spdm-flow/listFlowNodeDetail
batchInterfacePath: /spdm-flow/listFlowNodeDetail
msg:
sendMessage: /spdm-msg/sendMessage